Quellcode durchsuchen

rename ExampleMyKey

Davor Kapsa vor 7 Jahren
Ursprung
Commit
ae4c002f78
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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))