1 개요[ | ]
- go get
2 실행예시: go get[ | ]
Console
Copy
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[ | ]
Console
Copy
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 같이 보기[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.