...

Text file src/golang.org/x/exp/cmd/gorelease/testdata/patherrors/dup_roots_dir.test

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

     1dir=dup/v2
     2base=none
     3success=false
     4vcs=git
     5-- dup/go.mod --
     6module example.com/dup/v2
     7
     8go 1.13
     9-- dup/v2/go.mod --
    10module example.com/dup/v2
    11
    12go 1.13
    13-- want --
    14# diagnostics
    15module is defined in two locations:
    16	dup/v2/go.mod
    17	dup/go.mod
    18
    19# summary
    20Suggested version: v2.0.0 (with tag dup/v2.0.0)

View as plain text