1
1
mirror of https://github.com/wader/fq.git synced 2024-12-02 04:05:35 +03:00
fq/format/protobuf/testdata
Mattias Wadman a7a101ca67 doc,help: Nicer format help and move help tests into each format
Also add authors to avro and macho decoders

Generated with:
for i in $(go run . -r -n '_registry | [([([.files[][].name | split(".")[0]] | unique[]), (.formats[].name)] | count[] | select(.[1] == 2)[0]), (.formats[] | select(.decode_in_arg).name)] | unique[]'); do DIR=$(dirname $(find format -name $i.go)); echo "$ fq -h $i" > "$DIR/testdata/help_$i.fqtest" ; done
2022-09-22 23:07:58 +02:00
..
golden_message decode: Major decode API refactor 2021-11-15 21:12:07 +01:00
golden_message.fqtest fqtest: Cleanup path usage 2022-05-21 20:03:25 +02:00
help_protobuf.fqtest doc,help: Nicer format help and move help tests into each format 2022-09-22 23:07:58 +02:00