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

..03-May-2022-

cpu/H24-Nov-2021-2,1091,386

execabs/H24-Nov-2021-236154

internal/unsafeheader/H24-Nov-2021-13386

plan9/H24-Nov-2021-2,8292,012

unix/H24-Nov-2021-180,343149,664

windows/H24-Nov-2021-28,73224,852

.gitattributesH A D24-Nov-2021345 119

.gitignoreH A D24-Nov-202185 32

AUTHORSH A D24-Nov-2021173 43

CONTRIBUTING.mdH A D24-Nov-2021913 2717

CONTRIBUTORSH A D24-Nov-2021170 43

LICENSEH A D24-Nov-20211.4 KiB2824

PATENTSH A D24-Nov-20211.3 KiB2320

README.mdH A D24-Nov-2021731 2113

codereview.cfgH A D24-Nov-202121 21

go.modH A D24-Nov-202133 42

README.md

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