Explorar el Código

rename ExampleMyKey

Davor Kapsa hace 7 años
padre
commit
ae4c002f78
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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))