go의 package manegement tool

 

https://github.com/kardianos/govendor

 

kardianos/govendor

Go vendor tool that works with the standard vendor file. - kardianos/govendor

github.com

go get -u github.com/kardianos/govendor

 

govendor init

govendor add +external

현재 프로젝트에서 import중인 패키지들을 vendor폴더로 복사함

'language, framework, library > golang' 카테고리의 다른 글

[Golang] vscode에서 tmpl확장자 사용하기  (0) 2019.05.23
[Golang] 암호화  (0) 2019.05.23
[Golang] Web  (0) 2019.05.21
[Golang] Named Type(명명된 자료형)  (0) 2019.05.16
[Golang] json처리  (0) 2019.05.15

+ Recent posts