Sign in
go
/
go.git
/
356c1719ec430d55da2bb86dce114926867773f5
/
.
/
src
/
cmd
/
go
/
testdata
/
mod
/
example.com_nest_v1.0.0.txt
blob: 593caf1d90abe48bd1d9476644ac0bab517971af [
file
] [
log
] [
blame
]
Written by hand.
Test case for nested modules without an explicit relationship.
This is the top-level module.
-- .mod --
module example.com/nest
-- .info --
{"Version": "v1.0.0"}
-- go.mod --
module example.com/nest
-- sub/x/x.go --
package x