pote
pote
Sorry folks, work has been insane, I now possess a bit of the coveted thing people call "free time", so I'll work on this today. :smile: :dancer:
I'm trying to get homebrew's gvp updated, but currently the install process seems to be broken on OSX, which is weird, can anybody confirm if they can get `v0.3.0` (or...
@kelvinji2009 any chance you already have `github.com/codegangsta/cli` in your global GOPATH?
Still, a nice use case to reflect on why a per-project GOPATH should not include the global GOPATH IMO, which is gvp's current default behaviour. Maybe this is a good...
Huh, we were careful to escape paths early on to avoid this, but it seems somewhere along the way we refactored the `cd` step and forgot about it. I'll fix...
+1, thanks for contributing! :heart:
I see this as a different command, maybe, mimicking what [dep](https://github.com/cyx/dep) does for the same use case: ``` bash $ gpm add github.com/golang/glog ``` it would install the dependency and...
Holy shit guys. You're making my day, thanks :heart: :heart_eyes:
Good question. Thing is: we can't run different Godeps files at different points in time because they could include different versions of the the same package, so our only option...
Thank **you** for contributing :D Sounds good, one thing to keep in mind: you don't necessarily need to write the plugin in bash! As long as whatever you do provides...