From bcb98f126bc3a12a63333069b669cb8aaf251b89 Mon Sep 17 00:00:00 2001 From: Jeremy Faller Date: Wed, 1 Dec 2021 16:33:33 -0500 Subject: [PATCH] doc/go1.18: add docs on User.GroupIds Cobbled up some release notes from: https://go-review.googlesource.com/c/go/+/330753/ Updates #47694 Change-Id: I249e4b96b7d51185b07c11a734505677e9e36315 Reviewed-on: https://go-review.googlesource.com/c/go/+/368358 Trust: Jeremy Faller Run-TryBot: Jeremy Faller Reviewed-by: Kirill Kolyshkin Reviewed-by: Ian Lance Taylor TryBot-Result: Gopher Robot --- doc/go1.18.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/go1.18.html b/doc/go1.18.html index a142115c22..b02bac13ba 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -402,7 +402,8 @@ proposal.
os/user

- TODO: https://golang.org/cl/330753: implement go native GroupIds + User.GroupIds. + now uses a Go native implementation when cgo is not available.

-- 2.50.0