]> Cypherpunks repositories - gostls13.git/commit
doc/go1.14: highlight the addition of hash/maphash package
authorDmitri Shuralyov <dmitshur@golang.org>
Tue, 18 Feb 2020 15:03:22 +0000 (10:03 -0500)
committerDmitri Shuralyov <dmitshur@golang.org>
Tue, 18 Feb 2020 20:21:35 +0000 (20:21 +0000)
commit1cd724acb6304d30d8998d14a5469fbab24dd3b1
tree337385e0fbed3ae0d7de57573b8af8dcc2ad3b11
parenta0cf2c872fd3b8fd34979d13b41115f9be8c90a1
doc/go1.14: highlight the addition of hash/maphash package

Given that it's a package that did not exist before, was a proposal
in issue #28322, got accepted and implemented for 1.14, it seems to
be more than a minor change to the library. Highlight it accordingly.

Also specify the results are 64-bit integers, as done in CL 219340.

Updates #36878
Updates #28322

Change-Id: Idefe63d4c47a02cdcf8be8ab08c40cdb94ff2098
Reviewed-on: https://go-review.googlesource.com/c/go/+/219877
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Toshihiro Shiino <shiino.toshihiro@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
doc/go1.14.html