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