]> Cypherpunks repositories - gostls13.git/commit
cmd/api: fix race in run.go with multiple builders on a machine
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 22 Dec 2014 19:16:04 +0000 (11:16 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 22 Dec 2014 19:40:32 +0000 (19:40 +0000)
commit45eaf500fc7ad0bd0af6087530ca59d6ba9bdd95
treed839461b7c38c2b6b06be82d4bb9b3f4be00f5ce
parent47c7cf435705860dc143e8741616b8d6157de671
cmd/api: fix race in run.go with multiple builders on a machine

Fixes #9407

Change-Id: I765e8009c7ee22473ac8c2d81c7f6c8ec9866c51
Reviewed-on: https://go-review.googlesource.com/1980
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/api/run.go