4 lines
155 B
Go
4 lines
155 B
Go
// Package scripts keeps standalone maintenance tools out of normal package
|
|
// builds. Run individual tools with go run scripts/<tool>.go.
|
|
package scripts
|