mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-04 04:17:39 +03:00
7 lines
73 B
Go
7 lines
73 B
Go
//go:build no_gvisor
|
|
|
|
package tun
|
|
|
|
type Tun interface {
|
|
Close() error
|
|
}
|