...

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

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

     1mod=example.com/patherrors
     2dir=x
     3base=none
     4success=false
     5vcs=git
     6-- want --
     7# diagnostics
     8example.com/y: module path must end with "x", since it is in subdirectory "x"
     9
    10# summary
    11Suggested version: v0.1.0
    12-- .mod --
    13module example.com/patherrors
    14-- x/go.mod --
    15module example.com/y
    16
    17go 1.12

View as plain text