mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
rlp: fix ExampleDecode test
This commit is contained in:
parent
247b239914
commit
8338db2206
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue