1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
| cd $GOPATH/src mkdir github.com cd $GOPATH/src/github.com mkdir acroca cweill derekparker go-delve josharian karrick mdempsky pkg ramya-rao-a rogpeppe sqs uudashr cd $GOPATH/src/github.com/acroca git clone https://github.com/acroca/go-symbols.git cd $GOPATH/src/github.com/cweill git clone https://github.com/cweill/gotests.git cd $GOPATH/src/github.com/derekparker git clone https://github.com/derekparker/delve.git cd $GOPATH/src/github.com/go-delve git clone https://github.com/go-delve\delve.git cd $GOPATH/src/github.com/josharian git clone https://github.com/josharian/impl.git cd $GOPATH/src/github.com/karrick git clone https://github.com/karrick/godirwalk.git cd $GOPATH/src/github.com/mdempsky git clone https://github.com/mdempsky/gocode.git cd $GOPATH/src/github.com/pkg git clone https://github.com/pkg/errors.git cd $GOPATH/src/github.com/ramya-rao-a git clone https://github.com/ramya-rao-a/go-outline.git cd $GOPATH/src/github.com/rogpeppe git clone https://github.com/rogpeppe/godef.git cd $GOPATH/src/github.com/sqs git clone https://github.com/sqs/goreturns.git cd $GOPATH/src/github.com/uudashr git clone https://github.com/uudashr/gopkgs.git
|