Skip to content

x/website: The "Call your code from another module" tutorial has a typo in a command #46861

@kova98

Description

@kova98

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=../greetings

should be

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions