summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/golang.org/x/exp@v0.0.0-20220613132600-b0d781184e0d/cmd/gorelease/testdata/sub/v2_dir.test
blob: ed07eb95b89221ffd17e59d8e7459513baac774c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
mod=example.com/sub/v2
dir=v2
base=v2.0.0
vcs=git
-- want --
# summary
Suggested version: v2.0.1
-- v2/go.mod --
module example.com/sub/v2

go 1.12
-- v2/sub.go --
package sub