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

I use godep for a couple of projects. It works pretty well. Sometimes the path rewriting feels a bit dirty though, and can make adding new imports/dependencies a bit of a chore.

For a couple of projects I was using godep with the `-copy=false` mechanism, and was sad to see it go. As a replacement for that functionality, I have had good luck with gpm[1]. I just put the build script in a build or tools dir (the script is quite small), and make it part of a make build invocation, to remove the external requirement.

[1]: https://github.com/pote/gpm




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

Search: