Commit 2d01fcec34dc0d8dbbb031d7159f15a8ed077067
1 parent
d365d13e
Exists in
master
提交
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/HttpServer/logic/httpserver.go
... | ... | @@ -97,11 +97,11 @@ func checkFileIsExist(filename string) bool { |
97 | 97 | |
98 | 98 | func QueryAllAccount(w http.ResponseWriter, r *http.Request) { |
99 | 99 | |
100 | - type A struct { | |
100 | + /*type A struct { | |
101 | 101 | a int |
102 | 102 | } |
103 | 103 | var a *A |
104 | - a.a = 1 | |
104 | + a.a = 1*/ | |
105 | 105 | logger.Info("QueryAllAccount ") |
106 | 106 | |
107 | 107 | ... | ... |