progrium / envy

Lightweight dev environments with a twist
MIT License
321 stars 21 forks source link

adding go.mod and go.sum for Go modules #52

Closed arschles closed 5 years ago

arschles commented 5 years ago

You can run go build with a go 1.11 toolchain outside of the GOPATH and the build should download dependencies automatically and the build should be clean

also you can export GOPROXY=https://microsoftgoproxy.azurewebsites.net and it'll download dependencies from a server instead of GitHub, which is helpful for speed and build reliability. that part is optional though