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
When not inside a module, GOMOD is set to NUL on windows (instead of /dev/null). This
// From `go help environment` ->
GOMOD
The absolute path to the go.mod of the main module.
If module-aware mode is enabled, but there is no go.mod, GOMOD will be
os.DevNull ("/dev/null" on Unix-like systems, "NUL" on Windows).
If module-aware mode is disabled, GOMOD will be the empty string.
When not inside a module,
GOMOD
is set toNUL
on windows (instead of/dev/null
). Thisgomodguard/processor.go
Line 268 in 112c09d
Here's the stacktrace when running with golangci-lint
The text was updated successfully, but these errors were encountered: