summaryrefslogtreecommitdiff
path: root/Gopkg.toml
AgeCommit message (Collapse)AuthorFilesLines
2020-02-18chore(mod): add go.modHEADv0.3.0masterLibravatar Terin Stock1-3/+0
2017-07-14feat(main): run jobs in parallelLibravatar Terin Stock1-0/+3
Ons systems with multiple CPUs, support running build jobs in parallel. This is currently a naive implementation, which only supports running `runtime.NumCPU()` jobs, with no additional configuration.