1
0
mirror of https://github.com/golang/go synced 2024-09-25 01:20:13 -06:00
go/src/sync
Matthew Dempsky 0da4dbe232 all: remove unnecessary type conversions
cmd and runtime were handled separately, and I'm intentionally skipped
syscall. This is the rest of the standard library.

CL generated mechanically with github.com/mdempsky/unconvert.

Change-Id: I9e0eff886974dedc37adb93f602064b83e469122
Reviewed-on: https://go-review.googlesource.com/22104
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-04-15 07:31:45 +00:00
..
atomic sync/atomic: add s390x implementations of atomic functions 2016-04-07 15:30:14 +00:00
cond_test.go sync: new Cond implementation 2016-03-15 22:01:20 +00:00
cond.go sync: new Cond implementation 2016-03-15 22:01:20 +00:00
example_test.go
export_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
mutex_test.go
mutex.go all: single space after period. 2016-03-02 00:13:47 +00:00
once_test.go
once.go all: single space after period. 2016-03-02 00:13:47 +00:00
pool_test.go
pool.go all: remove unnecessary type conversions 2016-04-15 07:31:45 +00:00
runtime_sema_test.go sync: don't assume b.N > 0 2016-03-18 16:37:39 +00:00
runtime.go sync: new Cond implementation 2016-03-15 22:01:20 +00:00
rwmutex_test.go
rwmutex.go all: single space after period. 2016-03-02 00:13:47 +00:00
waitgroup_test.go sync: deflake TestWaitGroupMisuse3 2016-02-03 20:03:32 +00:00
waitgroup.go all: single space after period. 2016-03-02 00:13:47 +00:00