aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/mod_domain_root.txt
blob: 14745b5812c68296354cb7116cc9553b16357b94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Module paths that are domain roots should resolve.
# (example.com not example.com/something)

env GO111MODULE=on
go get -d

-- go.mod --
module x

-- x.go --
package x
import _ "example.com"