From 5d52d970a30f0c02e980351c13aac4aaffd55397 Mon Sep 17 00:00:00 2001 From: Kr328 Date: Fri, 14 Jan 2022 23:59:00 +0800 Subject: [PATCH] Chore: clean code --- core/src/main/golang/native/delegate/init.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/src/main/golang/native/delegate/init.go b/core/src/main/golang/native/delegate/init.go index 61780ec1..a4759088 100644 --- a/core/src/main/golang/native/delegate/init.go +++ b/core/src/main/golang/native/delegate/init.go @@ -6,11 +6,12 @@ import ( "cfa/blob" - "cfa/native/app" - "cfa/native/platform" "github.com/Dreamacro/clash/component/process" "github.com/Dreamacro/clash/log" + "cfa/native/app" + "cfa/native/platform" + "github.com/Dreamacro/clash/component/dialer" "github.com/Dreamacro/clash/component/mmdb" "github.com/Dreamacro/clash/constant"