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

The Go tool does do installation and upgrading. There's not really any configuring, and it'd be hard to do removal in any reasonable manner given how GOPATH works. What the Go tool does not do is isolate you from breaking changes upstream. For that you need someone you trust (which could be the package author or a copy of the code in gopkg.in), or be willing to fix breaking changes (which I do quite often).



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

Search: