Skip to content

Commit

Permalink
Merge pull request #568 from powerman/patch-1
Browse files Browse the repository at this point in the history
doc(webhook): cleanup example
  • Loading branch information
brandur-stripe authored Jun 6, 2018
2 parents a3a6a31 + 7914b02 commit a2cd0d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webhook/client_handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ func Example() {
return
}

defer req.Body.Close()
fmt.Fprintf(w, "Received signed event: %v", event)
})
log.Fatal(http.ListenAndServe(":8080", nil))
Expand Down

0 comments on commit a2cd0d3

Please sign in to comment.