From c610bdf2cd81c95f20bd1ad5effdbc4683ea2438 Mon Sep 17 00:00:00 2001 From: dustoair <107600816+dustoair@users.noreply.github.com> Date: Tue, 16 Aug 2022 15:52:59 +0800 Subject: [PATCH] sre index handlerIndex --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.go b/main.go index 1b3979d..470c27d 100644 --- a/main.go +++ b/main.go @@ -2,7 +2,6 @@ package main import ( "flag" - "fmt" "log" "math/rand" "net/http" @@ -122,7 +121,7 @@ func handlerIndex(w http.ResponseWriter, r *http.Request) { `)) - fmt.Println("print handler") + log.Println("print handler index") } // 清除数据,各项数据都会清零