kr / hk

Fast Heroku client
https://hk.heroku.com/
77 stars 6 forks source link

Missing `go get` step from build process #92

Closed bgentry closed 10 years ago

bgentry commented 10 years ago

We never actually get dependencies during the build process. This has only worked because we've built on a dev machine where we already have the deps installed.

kr commented 10 years ago

My recommended fix is to start using godep, and change go build whatever to godep go build whatever.