Skip to content

Commit

Permalink
Merge pull request #260 from xmcqueen/master
Browse files Browse the repository at this point in the history
fixed dangling link to gogen-avro per recommendation
  • Loading branch information
xmcqueen committed Oct 19, 2022
2 parents 9a47646 + 6649606 commit 8eb9f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
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 8eb9f0e

Please sign in to comment.