From: Jeremy Faller Date: Wed, 1 Dec 2021 21:33:33 +0000 (-0500) Subject: doc/go1.18: add docs on User.GroupIds X-Git-Tag: go1.18beta1~117 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bcb98f126bc3a12a63333069b669cb8aaf251b89;p=gostls13.git 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 --- 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.