Hacker News new | past | comments | ask | show | jobs | submit login

"go build" doesn't fetch the dependencies, does it? Go uses the local settings (i.e .netrc file in your home directory)



go build will fetch the dependencies if you don't have them. However, they're stored in the $GOPATH, which now defaults to ~/go I believe. Therefore, chances are you already have them.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: