golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/cmd/gorelease/testdata/patherrors/abspath.test (about) 1 mod=example.com/patherrors 2 base=none 3 error=true 4 -- want -- 5 module path "/home/gopher/go/src/mymod" must not be an absolute path. 6 It must be an address where your module may be found. 7 -- go.mod -- 8 module /home/gopher/go/src/mymod