]> Cypherpunks repositories - gostls13.git/commit
sync: delete a sentence from the Map docs
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 21 Jul 2017 17:32:32 +0000 (17:32 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 21 Jul 2017 22:00:47 +0000 (22:00 +0000)
commit5f7a03e148b9a37f2c61f7d428abc6b360897a0c
tree479cc575ba8c2682adbfb678c5f7321cba0a9a22
parentc522b2bec9e6186a8efb7ddd221295390638a18e
sync: delete a sentence from the Map docs

From Josh's comments on https://golang.org/cl/50310

Once I removed the "from the Go standard library" bit, the beginning
wasn't worth keeping. It also wasn't clear whether what it meant by
"cache contention". Processor caches, or user-level caches built with
sync.Map? It didn't seem worth clarifying and didn't convey any useful
information, so deleted.

Change-Id: Id1d76105a3081d0855f6a64540700932bb83d98e
Reviewed-on: https://go-review.googlesource.com/50632
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/sync/map.go