mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 20:07:38 +03:00
7 lines
140 B
Go
7 lines
140 B
Go
//go:build (go1.19 && !unix) || (!go1.19 && !(linux || darwin))
|
|
|
|
package control
|
|
|
|
func ProtectPath(protectPath string) Func {
|
|
return nil
|
|
}
|