Skip to content

Commit 2e06797

Browse files
committed
tour: deprecate and retract the nested module
It stopped being a nested module and its content was merged into x/website in CL 323897. It was never intended to be a published module, rather it happened to be one during earlier development of x/website. Because the golang.org/x/website/tour module has a longer path than the golang.org/x/website module, it gets in the way when trying to install or run the latest version of the tour command. So, deprecate and retact all of its versions to fix that. For golang/go#47236. Change-Id: I88615fc25cd6531d4650210ca8063c53a68ac81a
1 parent c725e44 commit 2e06797

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tour/go.mod

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
// Deprecated: The content of this nested module has been
2+
// merged into the top-level module in go.dev/cl/323897.
3+
// Use tour from the golang.org/x/website module instead.
14
module golang.org/x/website/tour
25

3-
go 1.11
6+
// Retract all pseudo-versions and the retraction version.
7+
retract [v0.0.0-0, v0.1.0]
8+
9+
go 1.16
410

511
require (
612
golang.org/x/tools v0.1.3-0.20210525215409-a3eb095d6aee

0 commit comments

Comments
 (0)