summaryrefslogtreecommitdiffstats
path: root/src/cmd/go/testdata/mod/example.com_version_v1.1.0.txt
blob: 8109a9acc9e53e84d9ce5714a6a3d013b4e37449 (plain)
1
2
3
4
5
6
7
8
9
10
11
example.com/version v1.1.0
written by hand

-- .mod --
module example.com/version
-- .info --
{"Version":"v1.1.0"}
-- version.go --
package version

const V = "v1.1.0"