Forked from an inaccessible project.
Felix Lange
authored
These changes fix two corner cases related to internal handling of types in package rlp: The "tail" struct tag can only be applied to the last field. The check for this was wrong and didn't allow for private fields after the field with the tag. Unsupported types (e.g. structs containing int) which implement either the Encoder or Decoder interface but not both couldn't be encoded/decoded. Also fixes #19367
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name | Last commit | Last update |
---|---|---|
.. | ||
decode.go | ||
decode_tail_test.go | ||
decode_test.go | ||
doc.go | ||
encode.go | ||
encode_test.go | ||
encoder_example_test.go | ||
raw.go | ||
raw_test.go | ||
typecache.go |