...

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

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

     1mod=example.com/patherrors
     2base=none
     3dir=yaml
     4success=false
     5vcs=git
     6-- want --
     7# diagnostics
     8go.mod: go directive is missing
     9gopkg.in/yaml.v2: module path starts with gopkg.in and must be declared in the root directory of the repository
    10
    11# summary
    12Suggested version: v2.0.0
    13-- .mod --
    14module example.com/patherrors
    15-- yaml/go.mod --
    16module gopkg.in/yaml.v2

View as plain text