Sign in
go
/
gofrontend
/
6a7648c97c3e0cdbecbec7e760b30246521a6d90
/
.
/
libgo
/
go
/
cmd
/
go
/
testdata
/
script
/
mod_domain_root.txt
blob: e34cc29fa6418e2cd3e98cd0d6cca52ba20d432b [
file
] [
log
] [
blame
]
# 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"