From: Keith Randall Date: Tue, 30 May 2023 20:00:00 +0000 (-0700) Subject: doc: mention the new purego implementation of hash/maphash X-Git-Tag: go1.21rc1~178 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4497b12344c8fe871dd892bee7cec2c08883caa9;p=gostls13.git 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 Reviewed-by: Keith Randall TryBot-Bypass: Keith Randall --- diff --git a/doc/go1.21.html b/doc/go1.21.html index e6a7b6a3e9..5ea10032c8 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -514,12 +514,8 @@ Do not send CLs removing the interior tags from such phrases.
hash/maphash
-

- TODO: https://go.dev/issue/47342: Provide a `purego` implementation -

- -

- TODO: https://go.dev/cl/468795: hash/maphash: add purego implementation +

+ The hash/maphash package now has a pure Go implementation, selectable with the purego build tag.