1
1
mirror of https://github.com/wader/fq.git synced 2024-11-29 23:27:12 +03:00
fq/pkg/decode
Mattias Wadman a6a97136b7 decode: Cleanup Try<f>/<f> pairs
Decode API design is that Try* returns error non-Try panics.
Also rename Must* as they should panic and introduce some new Try* functions
that were missing.
2022-06-30 12:13:46 +02:00
..
decode_gen.go bitio,decode: Refactor bitio usage and make buffer slicing more correct 2022-02-04 21:41:53 +01:00
decode_gen.go.tmpl decode,interp: Add arbitrary large integer support (BigInt) 2022-01-15 19:00:42 +01:00
decode.go decode: Cleanup Try<f>/<f> pairs 2022-06-30 12:13:46 +02:00
errors.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
format.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
io.go decode: Move io helper into *D 2021-11-18 01:17:41 +01:00
read.go decode: Cleanup Try<f>/<f> pairs 2022-06-30 12:13:46 +02:00
scalar.go bitio,decode: Refactor bitio usage and make buffer slicing more correct 2022-02-04 21:41:53 +01:00
types.json bitio,decode: Refactor bitio usage and make buffer slicing more correct 2022-02-04 21:41:53 +01:00
value.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00