netlink/netlink.go (
5
lines of code) (
raw
):
package netlink type Netlink struct{} func NewNetlink() *Netlink { return &Netlink{} }