Go packages for low-level interaction with the operating system

Clone this repo:
  1. 95f07ec x/sys/windows: add func windows.DisconnectNamedPipe(handle Handle) (err error) by Peter Hoogendijk · 9 days ago master
  2. 4be02d3 unix: expose mmap calls on z/OS by Mackenzie Malainey · 13 days ago
  3. 360f961 unix: add API for fsconfig system call by Ilya Hanov · 6 months ago v0.18.0
  4. 7ff74af unix: drop go version tags for unsupported versions by Tobias Klauser · 7 weeks ago
  5. 6b4eab5 unix: suppress ENOMEM errors from sysctl's implementing Uname(uname *Utsname) on FreeBSD due to truncated fields. by Yuval Pavel Zholkover · 5 weeks 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.