From 49f3a6cc3ed486289fd975cb1fcad0cd888c94e0 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 4 Jan 2025 20:46:29 +0800 Subject: Reformat files --- config.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config.go') diff --git a/config.go b/config.go index c4b5579..f965c24 100644 --- a/config.go +++ b/config.go @@ -2,14 +2,15 @@ package main import ( "bufio" - "go.lindenii.runxiyu.org/lindenii-common/scfg" "os" "sync" + + "go.lindenii.runxiyu.org/lindenii-common/scfg" ) var config struct { Server_name string `scfg:"server_name"` - Inbox_path string `scfg:"inbox_path"` + Inbox_path string `scfg:"inbox_path"` } var config_mutex sync.RWMutex -- cgit v1.2.3