add go-tun2socks code

This commit is contained in:
Jason
2019-07-16 11:37:52 +08:00
parent 828ba9948d
commit 6d01dec5a4
301 changed files with 69694 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
// +build ios android
package lsof
import (
"errors"
)
func GetCommandNameBySocket(network string, addr string, port uint16) (string, error) {
return "", errors.New("not implemented")
}