commit | a6bfb89d2fda1be39bf24b33d59fee29d65bf76f | [log] [tgz] |
---|---|---|
author | Tobias Klauser <[email protected]> | Tue Feb 28 13:33:57 2023 +0100 |
committer | Gopher Robot <[email protected]> | Tue Feb 28 18:48:22 2023 +0000 |
tree | 2ce497026e9af49a91e0873f8a89d59bd2bf3c6c | |
parent | c10701f35ef59666e08611c6c06111c2f82f03a7 [diff] |
unix: use unsafe.Slice in anyToSockaddr Same as CL 471436 did in package syscall. Change-Id: Ic3f3a5ebb7ebe0cc7b6bbf377dd993cdbeaaa961 Reviewed-on: https://go-review.googlesource.com/c/sys/+/472015 TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Auto-Submit: Tobias Klauser <[email protected]> Run-TryBot: Tobias Klauser <[email protected]> Reviewed-by: Cuong Manh Le <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
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.