github.com/gagliardetto/golang-go@v0.0.0-20201020153340-53909ea70814/cmd/go/testdata/testonly2/t.go (about) 1 // This package is not a test-only package, 2 // but it still matches the pattern ./testdata/testonly... when in cmd/go. 3 4 package main 5 6 func main() {}