]> Cypherpunks repositories - gostls13.git/commit
sync: mention that WaitGroup.Add panics
authorRob Pike <r@golang.org>
Thu, 19 Jul 2012 18:55:03 +0000 (11:55 -0700)
committerRob Pike <r@golang.org>
Thu, 19 Jul 2012 18:55:03 +0000 (11:55 -0700)
commit55ff3f7076e9ef45f8c853eece8acf36e891d885
tree4c82a9e12e5ab37df35d5eca10a2b1b359645a52
parentdfd7f18130e538c53a2974988caecacd53d473f1
sync: mention that WaitGroup.Add panics
Fixes #3839.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6428053
src/pkg/sync/waitgroup.go
src/pkg/sync/waitgroup_test.go