]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: build packages in parallel, make code more Go-like
authorRuss Cox <rsc@golang.org>
Fri, 28 Aug 2015 21:08:51 +0000 (17:08 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 29 Sep 2015 16:30:15 +0000 (16:30 +0000)
commit0e5b4eb07bfecc83de1f54d8ac351ac89caf95ef
treeb9b60b0ddcc4d21dc6b53111af3ebe7d591c0172
parentc73df92be6dd24603fe51f90db668980a7a9ef19
cmd/dist: build packages in parallel, make code more Go-like

(Changed modified by bradfitz from original rsc version)

Change-Id: I8ea40044c325f333a13d48b59b4795b02c579533
Reviewed-on: https://go-review.googlesource.com/14026
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/dist/build.go
src/cmd/dist/deps.go [new file with mode: 0644]
src/cmd/dist/mkdeps.bash [new file with mode: 0755]
src/cmd/dist/util.go