6 lines
248 B
Go
6 lines
248 B
Go
|
|
package main
|
||
|
|
|
||
|
|
// This stub keeps `go test ./scripts` buildable without pulling every CLI entrypoint
|
||
|
|
// into the same package compilation unit. Command-specific behavior is verified
|
||
|
|
// through file-scoped go test/go run invocations and shell gates.
|