Skip to content

Commit 55319b8

Browse files
committed
Rename example (properly?)
1 parent 7f687b8 commit 55319b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
const secret = "support-your-local-cat-bonnet-store"
1212

13-
func Example_Round_Trip() {
13+
func Example_round_trip() {
1414
h := http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
1515
w.Header().Set("Content-Type", "text/plain")
1616
io.WriteString(w, "Your request has a valid signature!")

0 commit comments

Comments
 (0)