Skip to content

Commit

Permalink
[patch] improve test quality (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuke Kato authored Jan 29, 2019
1 parent 7c5bbc3 commit f7f13c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,8 @@ go get github.com/kpango/glg

// HTTP Handler Logger
http.Handle("/glg", glg.HTTPLoggerFunc("glg sample", func(w http.ResponseWriter, r *http.Request) {

glg.Info("glg HTTP server logger sample")
fmt.Fprint(w, "glg HTTP server logger sample")

}))

http.ListenAndServe("port", nil)
Expand Down

0 comments on commit f7f13c3

Please sign in to comment.