sre index handlerIndex

master
dustoair 3 years ago
parent 4aa8ffc5d1
commit c610bdf2cd

@ -2,7 +2,6 @@ package main
import ( import (
"flag" "flag"
"fmt"
"log" "log"
"math/rand" "math/rand"
"net/http" "net/http"
@ -122,7 +121,7 @@ func handlerIndex(w http.ResponseWriter, r *http.Request) {
</body> </body>
</html>`)) </html>`))
fmt.Println("print handler") log.Println("print handler index")
} }
// 清除数据,各项数据都会清零 // 清除数据,各项数据都会清零

Loading…
Cancel
Save