commit | 3dc4335d56c789b04b0ba99b7a37249d9b614314 | [log] [tgz] |
---|---|---|
author | Casey Callendrello <squeed@gmail.com> | Tue Jul 17 22:24:21 2018 +0200 |
committer | Ian Lance Taylor <iant@golang.org> | Wed Aug 01 22:11:39 2018 +0000 |
tree | dff0d8b5ad8e3d71df2396215aa6b3cbd879f77b | |
parent | bd9dbc187b6e1dacfdd2722a87e83093c2d7bd6e [diff] |
unix: add Linux network namespace constants This adds the NETNSA constants from net_namespace.h, used for creating and querying network namespace IDs. Fixes golang/go#26330 Change-Id: I786c4c4771be3eddc4fdb830a52e128aa1a2b9fd Reviewed-on: https://go-review.googlesource.com/124436 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@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.