Skip to content

Commit 53342a9

Browse files
committed
rename example
1 parent 96ef9f0 commit 53342a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

customdispatcher_example_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"time"
88
)
99

10-
func Example_customdispatcher() {
10+
func Example_customDispatcher() {
1111
laddr, err := net.ResolveUDPAddr("udp", "127.0.0.1:0")
1212
if err != nil {
1313
log.Fatal(err)

0 commit comments

Comments
 (0)