bunch
bunch copied to clipboard
Bunch ignores dependencies of packages in cmd/...
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 ./...