Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/website: https://golang.org/doc/tutorial/call-module-code #46750

Closed
allen0125 opened this issue Jun 15, 2021 · 1 comment
Closed

x/website: https://golang.org/doc/tutorial/call-module-code #46750

allen0125 opened this issue Jun 15, 2021 · 1 comment

Comments

@allen0125
Copy link

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

@gopherbot gopherbot added this to the Unreleased milestone Jun 15, 2021
@tmthrgd
Copy link
Contributor

tmthrgd commented Jun 15, 2021

This is a duplicate of #44924.

@golang golang locked and limited conversation to collaborators Jun 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants