1mod=example.com/patherrors 2base=none 3error=true 4-- want -- 5module path "/home/gopher/go/src/mymod" must not be an absolute path. 6It must be an address where your module may be found. 7-- go.mod -- 8module /home/gopher/go/src/mymod
View as plain text