From 6bf1a1dfb90bac0c9baf69b8cb2f4a634f3be36d Mon Sep 17 00:00:00 2001 From: shaoying Date: Sun, 16 May 2021 15:50:40 +0800 Subject: [PATCH] pro relay.go --- src/relay.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/relay.go b/src/relay.go index 2a79449c..a0d32bc8 100644 --- a/src/relay.go +++ b/src/relay.go @@ -1,12 +1,12 @@ package main import ( + "os" + "path" + ice "github.com/shylinux/icebergs" _ "github.com/shylinux/icebergs/base/ssh" log "github.com/shylinux/toolkits/logs" - - "os" - "path" ) func main() {