node_exporter/vendor/github.com/mdlayher/genetlink
Ben Kochie becca1275c
Convert to Go modules (#1178)
* Convert to Go modules

* Update promu config.
* Convert to Go modules.
* Update vendoring.
* Update Makefile.common.
* Update circleci config.
* Use Prometheus release tar for promtool.
* Fixup unpack

* Use temp dir for unpacking tools.
* Use BSD compatible tar command.
* OpenBSD mkdir doesn't support `-v`.

Signed-off-by: Ben Kochie <superq@gmail.com>
2018-11-30 14:01:20 +01:00
..
.travis.yml Convert to Go modules (#1178) 2018-11-30 14:01:20 +01:00
LICENSE.md Update vendoring (#722) 2017-11-02 12:30:34 +01:00
README.md Update vendoring (#722) 2017-11-02 12:30:34 +01:00
conn.go Update vendoring (#1105) 2018-10-11 18:41:41 +02:00
doc.go Update vendoring (#722) 2017-11-02 12:30:34 +01:00
family.go Update vendoring (#722) 2017-11-02 12:30:34 +01:00
family_linux.go vendor: bump github.com/mdlayher/wifi and dependencies (#1045) 2018-08-14 21:15:07 +02:00
family_others.go Update vendoring (#722) 2017-11-02 12:30:34 +01:00
fuzz.go Update vendoring (#722) 2017-11-02 12:30:34 +01:00
message.go Update vendoring (#722) 2017-11-02 12:30:34 +01:00

README.md

genetlink Build Status GoDoc Go Report Card

Package genetlink implements generic netlink interactions and data types. MIT Licensed.

For more information about how netlink and generic netlink work, check out my blog series on Linux, Netlink, and Go.