From 66496064b767f26449c042cbfcfec68cd331ec96 Mon Sep 17 00:00:00 2001 From: Brian McQueen Date: Wed, 19 Oct 2022 16:08:40 -0700 Subject: [PATCH] fixed dangling link to gogen-avro per recommendation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2c6668..0316e2a 100644 --- a/README.md +++ b/README.md @@ -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