In the [Call your code from another module](https://golang.org/doc/tutorial/call-module-code) tutorial, a command in step 5.1. has a typo: `$ go mod edit -replace=example.com/greetings=../greetings` should be `$ go mod edit -replace example.com/greetings=../greetings`
In the Call your code from another module tutorial, a command in step 5.1. has a typo:
$ go mod edit -replace=example.com/greetings=../greetingsshould be
$ go mod edit -replace example.com/greetings=../greetings