7 lines
73 B
Go
7 lines
73 B
Go
//go:build no_gvisor
|
|
|
|
package tun
|
|
|
|
type Tun interface {
|
|
Close() error
|
|
}
|