Skip to content

website: workspaces tutorial is broken #61722

Closed
@hyangah

Description

@hyangah

https://go.dev/doc/tutorial/workspaces

Following the section "Create a module for your code"
users face errors

hello$ go run example.com/hello
hello.go:6:2: no required module provides package golang.org/x/example/stringutil; to add it:
	go get golang.org/x/example/stringutil
hello$ 

This is due to the recent changes in the golang.org/x/example repo - stringutil package is no longer there.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions