From ae4c002f78e35028801342afb41945b9601df4b0 Mon Sep 17 00:00:00 2001 From: Davor Kapsa Date: Thu, 10 Jan 2019 17:51:25 +0100 Subject: [PATCH] rename ExampleMyKey --- example_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))