Sign in
go
/
go.git
/
ac6d1564795e662b5b930c6b3d86f12351ff83d5
/
.
/
src
/
cmd
/
go
/
testdata
/
script
/
mod_test.txt
blob: a1ee8aa256e146ecee982e3b8c0940fbc1a24281 [
file
] [
log
] [
blame
]
env GO111MODULE=on
cd a/
go test
stdout PASS
-- a/go.mod --
module github.com/user/a
-- a/a.go --
package a
-- a/a_test.go --
package a
import "testing"
func Test(t *testing.T) {}