Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
zenazn committed Feb 16, 2015
1 parent 7558aee commit 3273bcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/web.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ A usage example:
Use your favorite HTTP verbs and the interfaces you know and love from net/http:
var legacyFooHttpHandler http.Handler // From elsewhere
m.Get("/foo", legacyFooHttpHandler)
var existingHTTPHandler http.Handler // From elsewhere
m.Get("/foo", existingHTTPHandler)
m.Post("/bar", func(w http.ResponseWriter, r *http.Request) {
w.Write([]byte("Hello world!"))
})
Expand Down

0 comments on commit 3273bcd

Please sign in to comment.