From 5647ce21f184ca5b672583b625884bb4bc01db3e Mon Sep 17 00:00:00 2001 From: Mmx233 <1624045573@qq.com> Date: Fri, 21 Jan 2022 22:54:27 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=AD=A3=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6settings=E5=AD=90=E9=A1=B9=E5=91=BD=E5=90=8D?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/config.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/models/config.go b/models/config.go index 05354f5..e45f827 100644 --- a/models/config.go +++ b/models/config.go @@ -20,9 +20,9 @@ type Basic struct { } type Settings struct { - Basic Basic - Guardian Guardian - Daemon Daemon + Basic Basic `json:"basic"` + Guardian Guardian `json:"guardian"` + Daemon Daemon `json:"daemon"` } type Config struct {