commit | c7cbcbbfadac68670125ec96cc38e276ce69da74 | [log] [tgz] |
---|---|---|
author | Kir Kolyshkin <kolyshkin@gmail.com> | Tue Sep 12 20:20:38 2023 -0700 |
committer | Gopher Robot <gobot@golang.org> | Fri Sep 15 15:06:25 2023 +0000 |
tree | b9a4c23f5f68e244c933e7e9d42aa30d4ebcddd9 | |
parent | 8d9dcc467bd1c72f22d7c89d16612e2259b8aa87 [diff] |
unix: add TestSockaddrALG Change-Id: I5e5c173289831100360e35cdf2ddd46b173695f9 Reviewed-on: https://go-review.googlesource.com/c/sys/+/527837 Reviewed-by: Bryan Mills <bcmills@google.com> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> Run-TryBot: Kirill Kolyshkin <kolyshkin@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Ian Lance Taylor <iant@google.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.