diff options
author | Felix Lange <fjl@twurst.com> | 2017-02-23 00:59:59 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2017-03-02 21:05:46 +0800 |
commit | d304da380382245190f33878363696cd151201a9 (patch) | |
tree | ae1791944e79a9ea741fb447a6346309e4b016c7 /.gitattributes | |
parent | 357d00cdb1625e4a715e0b3928ef7bd3656a8d95 (diff) | |
download | go-tangerine-d304da380382245190f33878363696cd151201a9.tar go-tangerine-d304da380382245190f33878363696cd151201a9.tar.gz go-tangerine-d304da380382245190f33878363696cd151201a9.tar.bz2 go-tangerine-d304da380382245190f33878363696cd151201a9.tar.lz go-tangerine-d304da380382245190f33878363696cd151201a9.tar.xz go-tangerine-d304da380382245190f33878363696cd151201a9.tar.zst go-tangerine-d304da380382245190f33878363696cd151201a9.zip |
common/hexutil: implement TextMarshaler, TextUnmarshaler
This commit makes the wrapper types more generally applicable.
encoding.TextMarshaler is supported by most codec implementations (e.g.
for yaml).
The tests now ensure that package json actually recognizes the custom
marshaler implementation irrespective of how it is implemented.
The Uint type has new tests, too. These are tricky because uint size
depends on the CPU word size. Turns out that there was one incorrect
case where decoding returned ErrUint64Range instead of ErrUintRange.
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions