• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

cpu/H16-Jan-2020-

plan9/H16-Jan-2020-

unix/H16-Jan-2020-

windows/H16-Jan-2020-

.gitattributesH A D16-Jan-2020345

.gitignoreH A D16-Jan-202084

AUTHORSH A D16-Jan-2020173

CONTRIBUTING.mdH A D16-Jan-2020913

CONTRIBUTORSH A D16-Jan-2020170

LICENSEH A D16-Jan-20201.4 KiB

PATENTSH A D16-Jan-20201.3 KiB

README.mdH A D16-Jan-2020628

codereview.cfgH A D16-Jan-202021

go.modH A D16-Jan-202033

README.md

1# sys
2
3This repository holds supplemental Go packages for low-level interactions with
4the operating system.
5
6## Download/Install
7
8The easiest way to install is to run `go get -u golang.org/x/sys`. You can
9also manually git clone the repository to `$GOPATH/src/golang.org/x/sys`.
10
11## Report Issues / Send Patches
12
13This repository uses Gerrit for code changes. To learn how to submit changes to
14this repository, see https://golang.org/doc/contribute.html.
15
16The main issue tracker for the sys repository is located at
17https://github.com/golang/go/issues. Prefix your issue with "x/sys:" in the
18subject line, so it is easy to find.
19