From 4497b12344c8fe871dd892bee7cec2c08883caa9 Mon Sep 17 00:00:00 2001 From: Keith Randall Date: Tue, 30 May 2023 13:00:00 -0700 Subject: [PATCH] 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 --- doc/go1.21.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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.

-- 2.44.0