From 766e1ae3623f7a30b308200ebdf42901ced6676c Mon Sep 17 00:00:00 2001 From: Joonas Kuorilehto Date: Wed, 24 May 2017 20:37:53 +0300 Subject: sync: remove note about creating with structures Remove note that sync.Cond, sync.Mutex, sync.RWMutex and atomic.Value can be created as part of other data structures. Structs can be embedded by default, and default should not be repeated. Fixes #20471. Change-Id: If3f5703d3f60abd96482b58ca43450d02a9e645a Reviewed-on: https://go-review.googlesource.com/44071 Reviewed-by: Brad Fitzpatrick --- src/sync/atomic/value.go | 1 - 1 file changed, 1 deletion(-) (limited to 'src/sync/atomic') diff --git a/src/sync/atomic/value.go b/src/sync/atomic/value.go index 30abf72634..1fc1f681f2 100644 --- a/src/sync/atomic/value.go +++ b/src/sync/atomic/value.go @@ -9,7 +9,6 @@ import ( ) // A Value provides an atomic load and store of a consistently typed value. -// Values can be created as part of other data structures. // The zero value for a Value returns nil from Load. // Once Store has been called, a Value must not be copied. // -- cgit v1.3-5-g45d5