
commit a1a37d335a8e89ac89d85c00c8585d3fc02e064a Author: Josh Baker <joshbaker77@gmail.com> Date: Thu Oct 5 07:36:54 2017 -0700 use symlink instead of copy commit 96399c2c92620f633611c778e5473200bfd48d41 Author: Josh Baker <joshbaker77@gmail.com> Date: Thu Oct 5 07:19:26 2017 -0700 use dep for vendoring
19 lines
628 B
Markdown
19 lines
628 B
Markdown
# sys
|
|
|
|
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.
|