Sign in
go
/
go.git
/
100b6739fc608a3e7d0f31eba66fd014e9986015
/
.
/
src
/
cmd
/
go
/
testdata
/
testonly2
/
t.go
blob: 82267d32e419e8d16e53629cd6b713cac4d0207c [
file
]
// This package is not a test-only package,
// but it still matches the pattern ./testdata/testonly... when in cmd/go.
package main
func main() {}