golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/cmd/gorelease/testdata/patherrors/pathsub.test (about) 1 mod=example.com/patherrors 2 dir=x 3 base=none 4 success=false 5 vcs=git 6 -- want -- 7 # diagnostics 8 example.com/y: module path must end with "x", since it is in subdirectory "x" 9 10 # summary 11 Suggested version: v0.1.0 12 -- .mod -- 13 module example.com/patherrors 14 -- x/go.mod -- 15 module example.com/y 16 17 go 1.12