...

Text file src/golang.org/x/exp/cmd/gorelease/testdata/sub/nest_v2.test

Documentation: golang.org/x/exp/cmd/gorelease/testdata/sub

     1mod=example.com/sub/nest/v2
     2dir=nest
     3base=v2.0.0
     4vcs=git
     5-- want --
     6# summary
     7Suggested version: v2.0.1 (with tag nest/v2.0.1)
     8-- nest/go.mod --
     9module example.com/sub/nest/v2
    10
    11go 1.12
    12-- nest/nest.go --
    13package nest

View as plain text