Open sunfmin opened 8 years ago
for path in $(curl https://api.github.com/orgs/qor/repos |grep full_name|cut -d \" -f 4); do echo "get repo "$path; go get -u -f github.com/$path; cd $GOPATH/src/github.com/$path ;go get -u -f ./…; done