We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a261828 commit 9ff3491Copy full SHA for 9ff3491
doc/go1.22.html
@@ -83,14 +83,13 @@ <h3 id="go-command">Go command</h3>
83
but not both.
84
</p>
85
86
-<!-- CL 518775 -->
+<!-- CL 518775, https://go.dev/issue/60915 -->
87
<p>
88
- <!-- cmd/go: delete GOPATH-mode get -->
89
-</p>
90
-
91
-<!-- https://go.dev/issue/60915 -->
92
-<p>
93
- <!-- preserve basic GOPATH mode indefinitely -->
+ <code>go</code> <code>get</code> is no longer supported outside of a module in the
+ legacy <code>GOPATH</code> mode (that is, with <code>GO111MODULE=off</code>).
+ Other build commands, such as <code>go</code> <code>build</code> and
+ <code>go</code> <code>test</code>, will continue to work indefinitely
+ for legacy <code>GOPATH</code> programs.
94
95
96
<!-- CL 518776 -->
0 commit comments