Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
steviebps committed Sep 12, 2021
1 parent 373e87a commit b819811
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/go/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
)

func handler(w http.ResponseWriter, r *http.Request) {
log.Println("Executing handler:", r.RemoteAddr)
message := rein.StringValue("message", "DEFAULT")
w.Write([]byte(message))
}
Expand Down

0 comments on commit b819811

Please sign in to comment.