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

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

const V = "v1.0.1"