commit | c3fa2b8b4120c7313f31d04a946f0ae173fa9e7c | [log] [tgz] |
---|---|---|
author | Kamyar Mirzavaziri <kmirzavaziri@gmail.com> | Fri Jan 19 04:14:25 2024 +0330 |
committer | Gopher Robot <gobot@golang.org> | Tue Jan 23 00:04:46 2024 +0000 |
tree | 4c04ea0f10254bea31331b376006f951c40590e0 | |
parent | f69d32aa924ffc151883ca55d803348ecf5ab540 [diff] |
windows: fix parsing of non-ASCII entries in token.Environ Fixes golang/go#65055, the unexpected behavior of token.Environ in parsing entries containing runes larger than 2 bytes in size Change-Id: I753d2c605e3a2d7a1d90cd18601d6b918f0d3f7a Reviewed-on: https://go-review.googlesource.com/c/sys/+/556895 Auto-Submit: Bryan Mills <bcmills@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Bryan Mills <bcmills@google.com> Reviewed-by: Quim Muntal <quimmuntal@gmail.com>
This repository holds supplemental Go packages for low-level interactions with the operating system.
The easiest way to install is to run go get -u golang.org/x/sys
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/sys
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the sys repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/sys:” in the subject line, so it is easy to find.