]> Cypherpunks repositories - gostls13.git/commit
use sync.Mutex instead of a channel for locking
authorRob Pike <r@golang.org>
Fri, 5 Dec 2008 23:18:07 +0000 (15:18 -0800)
committerRob Pike <r@golang.org>
Fri, 5 Dec 2008 23:18:07 +0000 (15:18 -0800)
commit73120ee81d2f4755bcbf03ea6b4c127afc141047
tree3c113d4050673570ed364d7682fdf70daa3cb22f
parentcc352e5c1c115ac6e88a30f6ebed76235b8aaf02
use sync.Mutex instead of a channel for locking

R=rsc
DELTA=12  (3 added, 1 deleted, 8 changed)
OCL=20631
CL=20634
src/lib/Makefile
src/lib/reflect/type.go