Commit e350b6ec authored by 王明明's avatar 王明明

内存分析

parent e1320839
......@@ -21,7 +21,7 @@ func WelcomeHandler(w http.ResponseWriter, r *http.Request) {
func main() {
go func() {
log.Println(http.ListenAndServe("localhost:6060", nil))
log.Println(http.ListenAndServe("0.0.0.0:6060", nil))
}()
logname := flag.String("logname", "akm.log", "日志文件名")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment