commit | 31ee4bb28dff98f29654e7f1b43488641b3157db | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <iant@golang.org> | Thu Mar 31 12:30:14 2022 -0700 |
committer | Ian Lance Taylor <iant@golang.org> | Thu Mar 31 20:37:15 2022 +0000 |
tree | 1a4945faaa521e938209d9b6ba86315718b9bbf6 | |
parent | 825309962fd6d8e34f7f38f51c4994395826d139 [diff] |
strconv: quote rune 007F as \x7f, not \u007f \u007f is not wrong but it's weird to use \u when we could use the shorter \x. Fixes #52062 Change-Id: Ica4bdc2463128051876f44e15297ed1e9edf1de8 Reviewed-on: https://go-review.googlesource.com/c/go/+/397255 Trust: Ian Lance Taylor <iant@golang.org> Reviewed-by: Rob Pike <r@golang.org>
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 3.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://golang.org/wiki/Questions for a list of places to ask questions about the Go language.