diff --git a/rlp/decode_test.go b/rlp/decode_test.go index e604389af6..167e9974b9 100644 --- a/rlp/decode_test.go +++ b/rlp/decode_test.go @@ -818,7 +818,7 @@ func ExampleDecode() { fmt.Printf("Decoded value: %#v\n", s) } // Output: - // Decoded value: rlp.example{A:0xa, B:0x14, private:0x0, String:"foobar"} + // Decoded value: rlp.example{A:0xa, B:0x14, String:"foobar"} } func ExampleDecode_structTagNil() {