sing/common/control/protect_other.go
2022-09-05 12:18:54 +08:00

7 lines
140 B
Go

//go:build (go1.19 && !unix) || (!go1.19 && !(linux || darwin))
package control
func ProtectPath(protectPath string) Func {
return nil
}