clash/constant/features/no_fake_tcp.go

8 lines
94 B
Go

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