Commit db2b1ee5 authored by astaxie's avatar astaxie

Merge pull request #1318 from tabalt/patch-1

fixed mux1 to mux
parents d9e48367 99b1c5c5
......@@ -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)
// }
......
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