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
With the new versions of go (1.12.x), capnp can not be installed. If mod-vendor is enabled, go get does not work. Also, when trying to go-build go-install manually, it seems that the go compiler can not find main module: go: cannot find main module; see 'go help modules'
The text was updated successfully, but these errors were encountered:
Hello.
With the new versions of go (1.12.x), capnp can not be installed. If mod-vendor is enabled, go get does not work. Also, when trying to go-build go-install manually, it seems that the go compiler can not find main module:
go: cannot find main module; see 'go help modules'
The text was updated successfully, but these errors were encountered: