Guest User

Untitled

a guest
May 26th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. # build.sh here is the build script shipped with gh-ost, but this should be usabe even if you just build via 'go build':
  2.  
  3. ./build.sh 2>&1|grep 'cannot find'|awk '{print $5}'|tr -d '"' | xargs go get
Add Comment
Please, Sign In to add comment