commit | d0ed476f3e08a66e379682d4f7538c23ec1c2284 | [log] [tgz] |
---|---|---|
author | Michael Pratt <mpratt@google.com> | Mon Dec 11 15:49:09 2023 -0500 |
committer | Gopher Robot <gobot@golang.org> | Mon Dec 11 21:08:49 2023 +0000 |
tree | 62fd7e97b9cbe3c1653efd2682eb133b81dd765a | |
parent | 78dcb5327a45a6a9cd7829dbbf62ad853c60793d [diff] |
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>
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Gopher image by Renee French, licensed under Creative Commons 4.0 Attributions license.
Our canonical Git repository is located at https://go.googlesource.com/go. There is a mirror of the repository at https://github.com/golang/go.
Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.
Official binary distributions are available at https://go.dev/dl/.
After downloading a binary release, visit https://go.dev/doc/install for installation instructions.
If a binary distribution is not available for your combination of operating system and architecture, visit https://go.dev/doc/install/source for source installation instructions.
Go is the work of thousands of contributors. We appreciate your help!
To contribute, please read the contribution guidelines at https://go.dev/doc/contribute.
Note that the Go project uses the issue tracker for bug reports and proposals only. See https://go.dev/wiki/Questions for a list of places to ask questions about the Go language.