Files

8 lines
67 B
Go
Raw Permalink Normal View History

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