Go get

1 개요[ | ]

go get

2 실행예시: go get[ | ]

root@zetawiki:~# go get github.com/go-sql-driver/mysql
root@zetawiki:~# ll $GOPATH/pkg/linux_amd64/github.com/go-sql-driver/
total 784
drwxr-xr-x 2 root root   4096 Oct 23 14:58 ./
drwxr-xr-x 3 root root   4096 Oct 23 14:58 ../
-rw-r--r-- 1 root root 793198 Oct 23 14:58 mysql.a

3 실행예시: go get -v[ | ]

root@zetawiki:~# go get -v github.com/square/certstrap
github.com/square/certstrap (download)
github.com/square/certstrap/Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal
github.com/square/certstrap/Godeps/_workspace/src/github.com/codegangsta/cli
github.com/square/certstrap/pkix
github.com/square/certstrap/Godeps/_workspace/src/github.com/howeyc/gopass
github.com/square/certstrap/depot
github.com/square/certstrap/cmd
github.com/square/certstrap

4 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}