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
* Only add explicit -mod=vendor if needed
-mod=vendor is not needed if it's already set in GOFLAGS. So lets not
set it unless it's needed.
This is an issue for commands such as `go test` and `go vet` (
see: golang/go#32471 ). This avois such an
issue.
* Add comments for -mod=vendor flag addition
This takes into us the suggestions from @estroz and adds the relevant comments for the addition of the -mod=vendor GOFLAG
Co-authored-by: Eric Stroczynski <[email protected]>
0 commit comments