Skip to content

x/website: tutorial -replace=old=new doesn't work in powershell #44924

@migberbay

Description

@migberbay

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocumentationIssues describing a change to documentation.FrozenDueToAgeNeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions