Explorar o código

rename ExampleMyKey

Davor Kapsa %!s(int64=7) %!d(string=hai) anos
pai
achega
ae4c002f78
Modificáronse 1 ficheiros con 1 adicións e 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))