Skip to content

Commit ae4c002

Browse files
committed
rename ExampleMyKey
1 parent d05f387 commit ae4c002

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
@@ -95,7 +95,7 @@ func ExampleGet() {
9595
// Crimson
9696
}
9797

98-
func ExampleMapKey() {
98+
func ExampleMyKey() {
9999
hello := MyKey("hello")
100100
output, _ := Marshal(map[*MyKey]string{&hello: "world"})
101101
fmt.Println(string(output))

0 commit comments

Comments
 (0)