Bug: 190500936

Clone this repo:
  1. 1980366 Upgrade golang-x-sys to v0.6.0 by Dan Willemsen · 1 year, 1 month ago main master
  2. c7a1bf9 unix: define PerfBitWriteBackward by Francis Laniel · 1 year, 2 months ago
  3. 1470852 unix: add SetsockoptTCPMD5Sig on linux by Tobias Klauser · 1 year, 2 months ago
  4. a6bfb89 unix: use unsafe.Slice in anyToSockaddr by Tobias Klauser · 1 year, 2 months ago
  5. c10701f windows: use unsafe.Slice in (*RawSockaddrAny).Sockaddr on windows by Tobias Klauser · 1 year, 2 months ago

sys

Go Reference

This repository holds supplemental Go packages for low-level interactions with the operating system.

Download/Install

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.

Report Issues / Send Patches

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.