### What did you do? when I read the manual I found this: $ go mod edit **-replace=example.com**/greetings=../greetings May be it should be: $ go mod edit **-replace example.com**/greetings=../greetings
What did you do?
when I read the manual I found this:
$ go mod edit -replace=example.com/greetings=../greetings
May be it should be:
$ go mod edit -replace example.com/greetings=../greetings