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
The (documentation)[https://go.dev/ref/mod#build-commands] says that go get is module-aware and supports -mod flag, but in fact it is not. (see #60104)
The (documentation)[https://go.dev/ref/mod#build-commands] says that
go getis module-aware and supports-modflag, but in fact it is not. (see #60104)Please, fix the documentation.