Ver Fonte

rename ExampleMyKey

Davor Kapsa há 7 anos atrás
pai
commit
ae4c002f78
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      example_test.go

+ 1 - 1
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))