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
Does this issue reproduce with the latest release?
Yes
What did you do?
$ go fmt main.go
go: finding github.com/golang/glog latest
^C
$ go fmt -mod=vendor main.go
flag provided but not defined: -mod
usage: go fmt [-n] [-x] [packages]
Run 'go help fmt' for details.
What did you expect to see?
Doesn't connect network when run "go fmt", at least doesn't when use the "-mod=vendor" option.
What did you see instead?
Either connects network or fails to run.
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What did you do?
What did you expect to see?
Doesn't connect network when run "go fmt", at least doesn't when use the "-mod=vendor" option.
What did you see instead?
Either connects network or fails to run.
The text was updated successfully, but these errors were encountered: