github.com/xingly-cn/shorturl-go@v0.0.0-20220110130535-e21de4659f74/pkg/mod/golang.org/x/sys@v0.0.0-20200323222414-85ca7c5b95cd/README.md (about)

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