Created
May 21, 2018 13:47
-
-
Save fipar/c04d740ea3f5f087b44949961ee41b3c to your computer and use it in GitHub Desktop.
go get missing packages
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
# 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