My quick tech ref blog
Pages
Home
About
Saturday, 4 December 2021
Golang dep
sample commands
install : #curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
#dep init
#dep ensure -add github.com/foo/bar github.com/baz/quux
#dep status
#dep ensure
#dep ensure -update github.com/foo/bar
#dep check
Newer Post
Older Post
Home