Open stiletto opened 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 ./...
bunch generate
go list --json .
go list --json ./...
bunch generate
checks onlygo list --json .
but some projects may contain multiple "main" packages in subdirectories. It should probably be changed togo list --json ./...