becca1275c
* 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> |
||
---|---|---|
.. | ||
.travis.yml | ||
LICENSE.md | ||
README.md | ||
conn.go | ||
doc.go | ||
family.go | ||
family_linux.go | ||
family_others.go | ||
fuzz.go | ||
message.go |
README.md
genetlink
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.