commit | 01acb38716e021ed1fc03a602bdb5838e1358c5e | [log] [tgz] |
---|---|---|
author | Kevin Burke <kev@inburke.com> | Sun Mar 18 11:58:34 2018 -0700 |
committer | Kevin Burke <kev@inburke.com> | Sun Mar 18 19:08:47 2018 +0000 |
tree | 355784e7cdfade5f61da975acac1f20be95dc046 | |
parent | 0deb464c5a1b48110355376f934e733e43b483bf [diff] |
plan9, unix, windows: add paragraph breaks in docs Currently the doc string forms one run-on sentence when viewed in a browser. Add an additional newline so the text is presented in a browser the same way it is in the source code. Change-Id: If93e45c5aec9edd195c6bf36cb757c5146368507 Reviewed-on: https://go-review.googlesource.com/101284 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This repository holds supplemental Go packages for low-level interactions with the operating system.
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
.
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.