diff --git a/example_test.go b/example_test.go index 7f521a3..1516b77 100644 --- a/example_test.go +++ b/example_test.go @@ -95,7 +95,7 @@ func ExampleGet() { // Crimson } -func ExampleMapKey() { +func ExampleMyKey() { hello := MyKey("hello") output, _ := Marshal(map[*MyKey]string{&hello: "world"}) fmt.Println(string(output))