...

Text file src/golang.org/x/sys/README.md

Documentation: golang.org/x/sys

     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## Report Issues / Send Patches
     9
    10This repository uses Gerrit for code changes. To learn how to submit changes to
    11this repository, see https://go.dev/doc/contribute.
    12
    13The git repository is https://go.googlesource.com/sys.
    14
    15The main issue tracker for the sys repository is located at
    16https://go.dev/issues. Prefix your issue with "x/sys:" in the
    17subject line, so it is easy to find.

View as plain text