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

..03-May-2022-

cpu/H10-Dec-2019-1,345835

plan9/H10-Dec-2019-2,7731,982

unix/H10-Dec-2019-243,824207,317

windows/H10-Dec-2019-22,10219,096

.gitattributesH A D10-Dec-2019345 119

.gitignoreH A D10-Dec-201984 32

AUTHORSH A D10-Dec-2019173 43

CONTRIBUTING.mdH A D10-Dec-2019913 2717

CONTRIBUTORSH A D10-Dec-2019170 43

LICENSEH A D10-Dec-20191.4 KiB2824

PATENTSH A D10-Dec-20191.3 KiB2320

README.mdH A D10-Dec-2019628 1912

codereview.cfgH A D10-Dec-201921 21

go.modH A D10-Dec-201933 42

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