mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-11-03 10:51:03 +08:00
update lsof code
This commit is contained in:
10
common/lsof/lsof.go
Normal file
10
common/lsof/lsof.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package lsof
|
||||
|
||||
import (
|
||||
"errors"
|
||||
)
|
||||
|
||||
var (
|
||||
ErrNotFound = errors.New("not found")
|
||||
ErrNotImplemented = errors.New("not implemented")
|
||||
)
|
||||
Reference in New Issue
Block a user