We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ef9f0 commit 53342a9Copy full SHA for 53342a9
customdispatcher_example_test.go
@@ -7,7 +7,7 @@ import (
7
"time"
8
)
9
10
-func Example_customdispatcher() {
+func Example_customDispatcher() {
11
laddr, err := net.ResolveUDPAddr("udp", "127.0.0.1:0")
12
if err != nil {
13
log.Fatal(err)
0 commit comments