mirror of
https://github.com/golang/go.git
synced 2025-05-31 23:25:39 +00:00
The main goroutine wasn't waiting for the two closed channels to drain. Moral: with concurrency, never invent. D'oh. LGTM=sameer R=sameer CC=golang-codereviews https://golang.org/cl/178090043