From 2d01fcec34dc0d8dbbb031d7159f15a8ed077067 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Sat, 9 May 2020 11:05:58 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/logic/httpserver.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/HttpServer/logic/httpserver.go b/src/HttpServer/logic/httpserver.go index 0e42f94..522cf71 100644 --- a/src/HttpServer/logic/httpserver.go +++ b/src/HttpServer/logic/httpserver.go @@ -97,11 +97,11 @@ func checkFileIsExist(filename string) bool { func QueryAllAccount(w http.ResponseWriter, r *http.Request) { - type A struct { + /*type A struct { a int } var a *A - a.a = 1 + a.a = 1*/ logger.Info("QueryAllAccount ") -- libgit2 0.21.0