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"