Skip to content

Commit

Permalink
fixed dangling link to gogen-avro per recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
xmcqueen committed Oct 19, 2022
1 parent 9a47646 commit 6649606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ work with a rarely changing schema, programs that use code generated
functions can potentially be more performant than a program that uses
goavro to create a `Codec` dynamically at run time.

* [gogen-avro](https://github.com/alanctgardner/gogen-avro)
* [gogen-avro](https://github.com/actgardner/gogen-avro)

I recommend benchmarking the resultant programs using typical data
using both the code generated functions and using goavro to see which
Expand Down

0 comments on commit 6649606

Please sign in to comment.