Skip to content

Instantly share code, notes, and snippets.

@jostyee
Created September 25, 2018 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jostyee/11bcec8b5f5eddba5a818fda924018fd to your computer and use it in GitHub Desktop.
Save jostyee/11bcec8b5f5eddba5a818fda924018fd to your computer and use it in GitHub Desktop.
Dep to go mod
GO111MODULE=on go mod init
GO111MODULE=on go mod vendor
git add go.mod go.sum vendor
git rm Gopkg.toml Gopkg.lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment