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 fix for golang/go#32027 disallows go run and friends outside a module (when GO111MODULE=on):
$ GO111MODULE=on go run github.com/FiloSottile/mkcert
cannot find module providing package github.com/FiloSottile/mkcert: working directory is not part of a module
The text was updated successfully, but these errors were encountered:
The fix for golang/go#32027 disallows
go run
and friends outside a module (when GO111MODULE=on):The text was updated successfully, but these errors were encountered: