From 773cc039884fd99f653543eb5810d08cd0bc32ca Mon Sep 17 00:00:00 2001 From: dfz <554981957@qq.com> Date: Sun, 5 Jan 2025 21:10:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=87=E4=BB=B6=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=E6=96=87=E4=BB=B6=E4=BF=9D=E5=AD=98=E5=88=B0=E5=90=8E?= =?UTF-8?q?=E7=AB=AF=E7=9A=84=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GinSkeleton/app/service/file/file_upload.go | 1 - 1 file changed, 1 deletion(-) diff --git a/GinSkeleton/app/service/file/file_upload.go b/GinSkeleton/app/service/file/file_upload.go index 902bdb2..a3e2a2f 100644 --- a/GinSkeleton/app/service/file/file_upload.go +++ b/GinSkeleton/app/service/file/file_upload.go @@ -7,7 +7,6 @@ import ( ) func FileSave(userName, savePath, fileDataBase64 string) error { - // 获取main.go所在的目录 currentDir, err := os.Getwd() if err != nil { return err