all: Use GOMAXPROCS instead of NumCPU
Now that GOMAXPROCS is set to match Linux CPU quota, it makes more sense to
limit concurrency based on NumCPU than GOMAXPROCS. Additionally, this allows
users to tune the amount of concurrency Zoekt uses via the GOMAXPROCS
environment variable if needs be. Ran
gofmt -w -r 'runtime.NumCPU() -> runtime.GOMAXPROCS(0)' .
Change-Id: I11e6ee63cbc8ea8da2cecc22a7e614dc6eebb4be