]> Cypherpunks repositories - gostls13.git/commit
runtime: document bmap.tophash
authorAustin Clements <austin@google.com>
Mon, 26 Sep 2016 17:10:41 +0000 (13:10 -0400)
committerAustin Clements <austin@google.com>
Mon, 3 Oct 2016 22:00:06 +0000 (22:00 +0000)
commitbf776a988bf6fe82cbef5cfc954f33d127c5172c
tree2929d956388f87b7d538bd87c3aee26c93700dc1
parent38f1df66ff231458a81cb07e7b147f30854b45d4
runtime: document bmap.tophash

In particular, it wasn't obvious that some values are special (unless
you also found those special values), so document that it isn't
necessarily a hash value.

Change-Id: Iff292822b44408239e26cd882dc07be6df2c1d38
Reviewed-on: https://go-review.googlesource.com/30143
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/hashmap.go