src/pkg/encoding/gob/example_encdec_test.go | 2 +- diff --git a/src/pkg/encoding/gob/example_encdec_test.go b/src/pkg/encoding/gob/example_encdec_test.go index 0ae6d9d9912b5bab61cc8e69fd2e869304973204..e45ad4ccfb985c7dc09d4b2e000b371cd50752c7 100644 --- a/src/pkg/encoding/gob/example_encdec_test.go +++ b/src/pkg/encoding/gob/example_encdec_test.go @@ -37,7 +37,7 @@ return err } // This example transmits a value that implements the custom encoding and decoding methods. -func Example_gob_encode_decode() { +func Example_encodeDecode() { var network bytes.Buffer // Stand-in for the network. // Create an encoder and send a value.