Go
Set environment variables
GOBIN=C:\Go\bin
GOPATH=C:\Users\USERNAME\go
Install “dep”
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
Install project dependencies
dep ensure
Set environment variables
GOBIN=C:\Go\bin
GOPATH=C:\Users\USERNAME\go
Install “dep”
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
Install project dependencies
dep ensure