package tun type Tun struct{} func New() *Tun { return &Tun{} }