]> Cypherpunks repositories - gostls13.git/commit
doc/go1.22: add TODOs for missing APIs
authorMichael Pratt <mpratt@google.com>
Mon, 11 Dec 2023 20:49:09 +0000 (15:49 -0500)
committerGopher Robot <gobot@golang.org>
Mon, 11 Dec 2023 21:08:49 +0000 (21:08 +0000)
commitd0ed476f3e08a66e379682d4f7538c23ec1c2284
tree62fd7e97b9cbe3c1653efd2682eb133b81dd765a
parent78dcb5327a45a6a9cd7829dbbf62ad853c60793d
doc/go1.22: add TODOs for missing APIs

Add TODOs for APIs mentioned in api/go1.22.txt but missing from the
release notes.

The issue list was generated with:

    $ awk '{print substr($NF, 2, length($NF)-1)}' < ../api/go1.22.txt | uniq | xargs -I{} sh -c 'echo -n "{}: " && grep -c {} ../doc/go1.22.html'

For #61422.

Change-Id: I85d41c28530e6b5e3e388a41206b251278c91dd5
Reviewed-on: https://go-review.googlesource.com/c/go/+/548937
Auto-Submit: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
doc/go1.22.html