commit | ec83556a53fe16b65c452a104ea9d1e86a671852 | [log] [tgz] |
---|---|---|
author | David Anderson <dave@natulte.net> | Mon Nov 19 19:44:06 2018 +0000 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Mon Nov 19 19:55:03 2018 +0000 |
tree | ca4afd99a296f58b42604827056f9bfb304d3223 | |
parent | 93218def8b18e66adbdab3eca8ec334700329f1f [diff] |
unix: add ioctl definitions for PPP interfaces. Change-Id: I76b53563e3f029d1fbaad39acd5af73df278343e GitHub-Last-Rev: b0aff54248e67269e5934534c96340f5d2c39b6f GitHub-Pull-Request: golang/sys#24 Reviewed-on: https://go-review.googlesource.com/c/150317 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@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.