commit | 9e4fff1f4d8d628aa20ec621ba85b3d8ea08ba04 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Wed Oct 25 22:17:19 2017 +0200 |
committer | Tobias Klauser <tobias.klauser@gmail.com> | Wed Oct 25 20:39:07 2017 +0000 |
tree | 34e1a47e9cf97890d821b74968bb3435000813ef | |
parent | 607525c0eb3534cf37ade3d0f24fb9505c33caf3 [diff] |
all: single space after period Follow CL 20022 and consistently use single space after a period in documentation. Generated with: $ perl -i -npe 's,^(\s*// .+[a-z]\.) +([A-Z]),$1 $2,' $(git grep -l -E '^\s*//(.+\.) +([A-Z])') Change-Id: Ia29ad823668f060e81293e848a79fc4b4857d94b Reviewed-on: https://go-review.googlesource.com/73530 Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@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.