clash/constant/features/no_gvisor.go

8 lines
90 B
Go

//go:build no_gvisor
package features
func init() {
TAGS = append(TAGS, "no_gvisor")
}