Skip to content

x/website: Getting Started tutorial doesn't work with Go 1.16 #43672

@FiloSottile

Description

@FiloSottile

The Getting Started tutorial relies on go run modifying the go.mod automatically, which is now deprecated.

hello.go:5:8: no required module provides package rsc.io/quote; try 'go mod tidy' to add it

The tutorial should instruct the user to run go get immediately before editing the code or go mod tidy after editing the code.

/cc @stevetraut

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocumentationIssues describing a change to documentation.FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions