From fef1825cb4a68f07e39e8a43cdf04a873a4d24ae Mon Sep 17 00:00:00 2001 From: yarnom Date: Sat, 11 Oct 2025 09:42:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=8C=85=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/server/gin.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/internal/server/gin.go b/internal/server/gin.go index 843b89e..c1455c5 100644 --- a/internal/server/gin.go +++ b/internal/server/gin.go @@ -5,9 +5,8 @@ import ( "log" "net/http" "os" - "st" "strconv" - "os" + "time" "weatherstation/internal/config" "weatherstation/internal/database" "weatherstation/pkg/types"