Skip to content

Commit

Permalink
Just write OK in example (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuswustenberg committed Sep 23, 2020
1 parent 9483248 commit aca6ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ func main() {

func handler() http.HandlerFunc {
return func(w http.ResponseWriter, r *http.Request) {
_, _ = w.Write([]byte(r.URL.Path))
_, _ = w.Write([]byte("OK"))
}
}

0 comments on commit aca6ea9

Please sign in to comment.