github.com/sagernet/sing@v0.4.0-beta.19.0.20240518125136-f67a0988a636/common/control/protect_other.go (about)

     1  //go:build (go1.19 && !unix) || (!go1.19 && !(linux || darwin))
     2  
     3  package control
     4  
     5  func ProtectPath(protectPath string) Func {
     6  	return nil
     7  }