From edf74fd23a62b977473d50046df89e15a96edfca Mon Sep 17 00:00:00 2001 From: loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Fri, 26 Feb 2021 17:12:36 +0800 Subject: [PATCH] Chore: format code --- udp.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/udp.go b/udp.go index 66409680..06d85789 100644 --- a/udp.go +++ b/udp.go @@ -3,9 +3,8 @@ package main import ( "fmt" "net" - "time" - "sync" + "time" "github.com/shadowsocks/go-shadowsocks2/socks" )