1path=example.com/m 2version=v1.0.0 3hash=h1:XduFAgX/GaspZa8Jv4pfzoGEzNaU/r88PiCunijw5ok= 4-- go.mod -- 5module example.com/m 6 7go 1.13 8-- sub/go.mod -- 9module example.com/m/sub 10-- sub/x.go' -- 11invalid name, but this shouldn't be read
View as plain text