Skip to content

Instantly share code, notes, and snippets.

@roylee0704
Created July 4, 2018 08:55
Show Gist options
  • Save roylee0704/36bcf698c565735a7fe5c9fd9452f35a to your computer and use it in GitHub Desktop.
Save roylee0704/36bcf698c565735a7fe5c9fd9452f35a to your computer and use it in GitHub Desktop.
vgo user guild
  1. To download vgo
$ go get -u golang.org/x/vgo 
  1. To build lockfile
$ vgo build ./...
  1. To install packages into vendor dir
$ vgo mod -vendor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment