petejkim / goop

A simple dependency manager for Go (golang), inspired by Bundler.
MIT License
779 stars 45 forks source link

Goop does not build package binaries #21

Open cdmicacc opened 10 years ago

cdmicacc commented 10 years ago

goop install does not build binaries for some packages. Specifically, Ginkgo.

Since goop does add .vendor/bin to the path, it seems that the expectation is that packages with binaries will build them and stick them in there.

I note that Ginkgo has its main package in a subpackage of the repo (under ginkgo/). Possibly this is an issue that needs to be solved in that package instead?