github.com/hikaru7719/go@v0.0.0-20181025140707-c8b2ac68906a/src/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() {}