Skip to content

Commit 4497b12

Browse files
committed
doc: mention the new purego implementation of hash/maphash
Change-Id: Ieedddf52ae09cf5a8e9347f0f30aff21e8369787 Reviewed-on: https://go-review.googlesource.com/c/go/+/499281 Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Keith Randall <[email protected]> TryBot-Bypass: Keith Randall <[email protected]>
1 parent 993707a commit 4497b12

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

doc/go1.21.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -514,12 +514,8 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
514514

515515
<dl id="hash/maphash"><dt><a href="/pkg/hash/maphash/">hash/maphash</a></dt>
516516
<dd>
517-
<p><!-- https://go.dev/issue/47342 -->
518-
TODO: <a href="https://go.dev/issue/47342">https://go.dev/issue/47342</a>: Provide a `purego` implementation
519-
</p>
520-
521-
<p><!-- CL 468795 -->
522-
TODO: <a href="https://go.dev/cl/468795">https://go.dev/cl/468795</a>: hash/maphash: add purego implementation
517+
<p><!-- https://go.dev/issue/47342, CL 468795 -->
518+
The <code>hash/maphash</code> package now has a pure Go implementation, selectable with the <code>purego</code> build tag.
523519
</p>
524520
</dd>
525521
</dl><!-- hash/maphash -->

0 commit comments

Comments
 (0)