We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96833e commit f264879Copy full SHA for f264879
src/cmd/go/internal/modload/init.go
@@ -71,7 +71,7 @@ type Root int
71
const (
72
// AutoRoot is the default for most commands. modload.Init will look for
73
// a go.mod file in the current directory or any parent. If none is found,
74
- // modules may be disabled (GO111MODULE=on) or commands may run in a
+ // modules may be disabled (GO111MODULE=auto) or commands may run in a
75
// limited module mode.
76
AutoRoot Root = iota
77
0 commit comments