Created
September 25, 2018 13:32
-
-
Save jostyee/11bcec8b5f5eddba5a818fda924018fd to your computer and use it in GitHub Desktop.
Dep to go mod
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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