Skip to content

Instantly share code, notes, and snippets.

@fipar
Created May 21, 2018 13:47
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 fipar/c04d740ea3f5f087b44949961ee41b3c to your computer and use it in GitHub Desktop.
Save fipar/c04d740ea3f5f087b44949961ee41b3c to your computer and use it in GitHub Desktop.
go get missing packages
# build.sh here is the build script shipped with gh-ost, but this should be usabe even if you just build via 'go build':
./build.sh 2>&1|grep 'cannot find'|awk '{print $5}'|tr -d '"' | xargs go get
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment