1
1
mirror of https://github.com/wader/fq.git synced 2024-11-24 03:05:22 +03:00
fq/format/avro/decoders
Mattias Wadman e9d9f8aef9 fq: Use go 1.18
Rename s/interface{}/any/g
Preparation for using generics in decode API and native jq funcations etc
Remove some unused linter ignores as linter has been fixed
2022-05-20 15:23:16 +02:00
..
array.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
bool.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
bytes.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
decoders.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
double.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
enum.go Add test case with all data types 2022-01-19 23:53:33 -06:00
fixed.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
float.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
int.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
logicaltypes.go simplify scalar usage 2022-02-12 22:16:46 -06:00
long.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
map.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
null.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
record.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
string.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
union.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00