Refactor(engine): remove struct

This commit is contained in:
xjasonlyu
2022-03-30 23:09:50 +08:00
parent cba7e19d22
commit abdbaa6b83
3 changed files with 77 additions and 83 deletions

View File

@@ -7,6 +7,7 @@ import (
"os/signal"
"syscall"
_ "github.com/xjasonlyu/tun2socks/v2/dns"
"github.com/xjasonlyu/tun2socks/v2/engine"
"github.com/xjasonlyu/tun2socks/v2/internal/version"
"github.com/xjasonlyu/tun2socks/v2/log"