Navigation Menu

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: command wrong on website tutorial need retire the '=' after -replace #46722

Closed
denpufa opened this issue Jun 12, 2021 · 1 comment
Closed

Comments

@denpufa
Copy link

denpufa commented Jun 12, 2021

What version of Go are you using (go version)?

$ go version

Does this issue reproduce with the latest release?

Yes,

What operating system and processor architecture are you using (go env)?

It's not a problem with Go code.

go env Output
$ go env

What did you do?

I use the command

$ go mod edit -replace=example.com/greetings=../greetings

What did you expect to see?

nothing on prompt command after runing the comand

What did you see instead?

go mod: -replace=example: need old[@v]=new[@w] (missing =)
@gopherbot gopherbot added this to the Unreleased milestone Jun 12, 2021
@seankhliao
Copy link
Member

Duplicate of #44924

@seankhliao seankhliao marked this as a duplicate of #44924 Jun 12, 2021
@golang golang locked and limited conversation to collaborators Jun 12, 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