Go packages for low-level interaction with the operating system

Clone this repo:
  1. d58f986 all: fix some typos in comment by cuishuang · 25 hours ago master
  2. 30de352 unix: fix Test{Fd,}Xattr failure on NetBSD by Tobias Klauser · 2 days ago
  3. 68ed59b windows/svc: fix printf(var) mistake detected by latest printf checker by Dmitri Shuralyov · 4 days ago
  4. c08bc6e unix: update Go to 1.23.0 by Tobias Klauser · 6 days ago
  5. a43b625 windows: add SIO_UDP_NETRESET constant by James Tucker · 6 weeks ago v0.25.0

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.