commit | e4099bfacb8c86adc69243822b224201edc89276 | [log] [tgz] |
---|---|---|
author | Konstantin Burkalev <KSDaemon@gmail.com> | Tue Sep 26 16:55:16 2023 +0300 |
committer | Gopher Robot <gobot@golang.org> | Wed Nov 08 17:59:55 2023 +0000 |
tree | ae6369a38658808c370158a66dca8cfc363d10e3 | |
parent | 98889049283a05a1b41093739621b9606e7c3ca3 [diff] |
unix: fix trimmed socket opt string in GetsockoptString Fixes golang/go#63217 Change-Id: Ia1b0ae88b7e7a7c611067a0b30e454b66f45ce51 Reviewed-on: https://go-review.googlesource.com/c/sys/+/530897 Reviewed-by: Mauri de Souza Meneguzzo <mauri870@gmail.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Heschi Kreinick <heschi@google.com> Reviewed-by: Tobias Klauser <tobias.klauser@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.