dkulchenko / bunch

npm-like tool for managing Go dependencies
MIT License
79 stars 13 forks source link

Bunch ignores dependencies of packages in cmd/... #36

Open stiletto opened 8 years ago

stiletto commented 8 years ago

bunch generate checks only go list --json . but some projects may contain multiple "main" packages in subdirectories. It should probably be changed to go list --json ./...