golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/cmd/gorelease/testdata/patherrors/pathsubv2.test (about)

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