We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 993707a commit 4497b12Copy full SHA for 4497b12
doc/go1.21.html
@@ -514,12 +514,8 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
514
515
<dl id="hash/maphash"><dt><a href="/pkg/hash/maphash/">hash/maphash</a></dt>
516
<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
+ <p><!-- https://go.dev/issue/47342, CL 468795 -->
+ The <code>hash/maphash</code> package now has a pure Go implementation, selectable with the <code>purego</code> build tag.
523
</p>
524
</dd>
525
</dl><!-- hash/maphash -->
0 commit comments