We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f687b8 commit 55319b8Copy full SHA for 55319b8
example_test.go
@@ -10,7 +10,7 @@ import (
10
11
const secret = "support-your-local-cat-bonnet-store"
12
13
-func Example_Round_Trip() {
+func Example_round_trip() {
14
h := http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
15
w.Header().Set("Content-Type", "text/plain")
16
io.WriteString(w, "Your request has a valid signature!")
0 commit comments