From c67ae6f3ee12666cbfd4ec676ae4a754869b10cc Mon Sep 17 00:00:00 2001 From: MKyiwuQwQ <111745080+Mengke15@users.noreply.github.com> Date: Mon, 19 Feb 2024 19:16:06 +0800 Subject: [PATCH] Update type.go --- config/type.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/type.go b/config/type.go index 5b2c994..3b7b4b0 100755 --- a/config/type.go +++ b/config/type.go @@ -8,7 +8,6 @@ import ( type configMain struct { Services []*ConfigProxyService PrivateConfig *Something - Lists map[string]set.StringSet } type ConfigProxyService struct { @@ -84,4 +83,4 @@ type Something struct { Header string ContactName string ContactLink string -} \ No newline at end of file +}