Hi! I was chekcing the intial tutorials for making modules, and this site is using the wrong syntax in this line:
$ go mod edit -replace=example.com/greetings=../greetings
and it should be:
$ go mod edit -replace example.com/greetings=../greetings
I'm using the newest version of go at the time, 1.16
Hi! I was chekcing the intial tutorials for making modules, and this site is using the wrong syntax in this line:
$ go mod edit -replace=example.com/greetings=../greetings
and it should be:
$ go mod edit -replace example.com/greetings=../greetings
I'm using the newest version of go at the time, 1.16