Sign in
go
/
go.git
/
100b6739fc608a3e7d0f31eba66fd014e9986015
/
.
/
src
/
cmd
/
go
/
testdata
/
script
/
mod_domain_root.txt
blob: e34cc29fa6418e2cd3e98cd0d6cca52ba20d432b [
file
]
# Module paths that are domain roots should resolve.
# (example.com not example.com/something)
env GO111MODULE=on
go build
-- go.mod --
module x
-- x.go --
package x
import _ "example.com"