fixed mux1 to mux

This commit is contained in:
tabalt 2015-08-21 10:53:59 +08:00
parent d9e4836715
commit 99b1c5c54b
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
// mux := http.NewServeMux()
// mux.HandleFunc("/hello", handler)
//
// err := grace.ListenAndServe("localhost:8080", mux1)
// err := grace.ListenAndServe("localhost:8080", mux)
// if err != nil {
// log.Println(err)
// }