sing-tun/tun_stub.go
2022-08-04 18:38:56 +08:00

7 lines
73 B
Go

//go:build no_gvisor
package tun
type Tun interface {
Close() error
}