Files
tun2socks/common/lsof/lsof_other.go
2019-08-13 12:05:00 +08:00

8 lines
157 B
Go

// +build ios android
package lsof
func GetCommandNameBySocket(network string, addr string, port uint16) (string, error) {
return "", ErrNotImplemented
}