github.com/yaling888/clash@v1.53.0/component/process/process_other.go (about)

     1  //go:build !darwin && !linux && !windows && !freebsd
     2  
     3  package process
     4  
     5  import "net/netip"
     6  
     7  func findProcessPath(_ string, _, _ netip.AddrPort) (string, error) {
     8  	return "", ErrPlatformNotSupport
     9  }