github.com/sagernet/sing-box@v1.9.0-rc.20/experimental/libbox/tun_name_other.go (about) 1 //go:build !(darwin || linux) 2 3 package libbox 4 5 import "os" 6 7 func getTunnelName(fd int32) (string, error) { 8 return "", os.ErrInvalid 9 }