package netlink type NetLink struct{} func New() *NetLink { return &NetLink{} }