[go-nuts] Re: What dependency management tool do you use?

2016-07-21 Thread Jeremy Echols
I hesitate to respond with all the emotions flying high, but I love gb. Its philosophy seems to match my own very well, pulls dependencies nicely with the built-in vendor plugin, doesn't force vendoring, allows caching semver projects externally by version number, lets my code live in src/

[go-nuts] Re: What dependency management tool do you use?

2016-07-21 Thread mhhcbon
I will only put some lights on my experience. *Gopath ect* Except at the very beginning of my experience with Go, i don't think anymore about my GOPATH. I had setup a go work space as defined by the go core team, and declared gopath appropriately. Since then, every cli project or library, I

[go-nuts] Re: What dependency management tool do you use?

2016-07-17 Thread Mateusz Czapliński
W dniu wtorek, 12 lipca 2016 22:15:29 UTC+2 użytkownik Johann Höchtl napisał: > What do others use? > Where I work, we've evaluated what was available some year ago, but nothing fit our envisioned usecases. So we took our time, sit down and meticulously analyzed what we need, wrote design