learning_go/pkg/mod/golang.org/x/sys@v0.6.0
a.pivkin 59666d0dd6 wer
2025-09-06 13:02:52 +03:00
..
cpu wer 2025-09-06 13:02:52 +03:00
execabs wer 2025-09-06 13:02:52 +03:00
internal/unsafeheader wer 2025-09-06 13:02:52 +03:00
plan9 wer 2025-09-06 13:02:52 +03:00
unix wer 2025-09-06 13:02:52 +03:00
windows wer 2025-09-06 13:02:52 +03:00
.gitattributes wer 2025-09-06 13:02:52 +03:00
.gitignore wer 2025-09-06 13:02:52 +03:00
codereview.cfg wer 2025-09-06 13:02:52 +03:00
CONTRIBUTING.md wer 2025-09-06 13:02:52 +03:00
go.mod wer 2025-09-06 13:02:52 +03:00
LICENSE wer 2025-09-06 13:02:52 +03:00
PATENTS wer 2025-09-06 13:02:52 +03:00
README.md wer 2025-09-06 13:02:52 +03:00

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.