From 680130aaef80e199fa790d07ead4ce8dfeddf5d0 Mon Sep 17 00:00:00 2001 From: Mmx <1624045573@qq.com> Date: Thu, 2 Dec 2021 13:43:05 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E5=8E=BB=E9=99=A4=E5=86=97=E4=BD=99?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- global/global.go | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 global/global.go diff --git a/global/global.go b/global/global.go deleted file mode 100644 index 4becf09..0000000 --- a/global/global.go +++ /dev/null @@ -1,5 +0,0 @@ -package global - -var Status struct { - Guardian bool -}