You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Should not happen: main.go should install the separate module-enabled get code.
119
119
base.Fatalf("go get: modules not implemented")
120
120
}
121
-
ifcfg.GoModInGOPATH!="" {
122
-
// Warn about not using modules with GO111MODULE=auto when go.mod exists.
123
-
// To silence the warning, users can set GO111MODULE=off.
124
-
fmt.Fprintf(os.Stderr, "go get: warning: modules disabled by GO111MODULE=auto in GOPATH/src;\n\tignoring %s;\n\tsee 'go help modules'\n", base.ShortPath(cfg.GoModInGOPATH))
0 commit comments