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
{{ message }}
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
This is mostly just adding `go.mod` and `go.sum`. But the generate
scripts don't entirely work well with modules:
- `rm -rf $TEMPDIR` won't work, because `${GOPATH}/pkg/mod`
directories are chmod o-w (this can be worked around by calling
chmod).
- The various `go` commands put other packages in 'go.mod', which we
don't want.
Instead of trying to adjust all of the scripts, just set
GO111MODULE=off in the Makefile when calling them.
0 commit comments