File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 931
931
//
932
932
// If the environment variable is unset, GOPATH defaults
933
933
// to a subdirectory named "go" in the user's home directory
934
- // ($HOME/go on Unix, %USERPROFILE%\go on Windows).
934
+ // ($HOME/go on Unix, %USERPROFILE%\go on Windows),
935
+ // unless that directory holds a Go distribution.
935
936
// Run "go env GOPATH" to see the current GOPATH.
936
937
//
937
938
// Each directory listed in GOPATH must have a prescribed structure:
Original file line number Diff line number Diff line change @@ -291,7 +291,8 @@ On Plan 9, the value is a list.
291
291
292
292
If the environment variable is unset, GOPATH defaults
293
293
to a subdirectory named "go" in the user's home directory
294
- ($HOME/go on Unix, %USERPROFILE%\go on Windows).
294
+ ($HOME/go on Unix, %USERPROFILE%\go on Windows),
295
+ unless that directory holds a Go distribution.
295
296
Run "go env GOPATH" to see the current GOPATH.
296
297
297
298
Each directory listed in GOPATH must have a prescribed structure:
You can’t perform that action at this time.
0 commit comments