IT 이모저모

godep

exien 2018. 2. 21. 09:09

https://devcenter.heroku.com/articles/getting-started-with-go#push-local-changes

$ go get -u github.com/tools/godep // godep 설치


$ godep restore

$ godep save -r ./...