This adds support for a new struct tag "optional". Using this tag, structs used for RLP encoding/decoding can be extended in a backwards-compatible way, by adding new fields at the end. |
||
|---|---|---|
| .. | ||
| decode_tail_test.go | ||
| decode_test.go | ||
| decode.go | ||
| doc.go | ||
| encode_test.go | ||
| encode.go | ||
| encoder_example_test.go | ||
| iterator_test.go | ||
| iterator.go | ||
| raw_test.go | ||
| raw.go | ||
| typecache.go | ||