From 7f7ada5fe4a88bd2d0a997d9c62e5b11ef4b8fc3 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Tue, 11 Jan 2022 16:50:07 +0000 Subject: [PATCH] Append Hello World to all README.md files --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bcea28a..2cb257a 100644 --- a/README.md +++ b/README.md @@ -132,3 +132,4 @@ pinned in the [benchmarks/go.mod][] file. [↩](#anchor-versions) [benchmarking suite]: https://github.com/uber-go/zap/tree/master/benchmarks [benchmarks/go.mod]: https://github.com/uber-go/zap/blob/master/benchmarks/go.mod +Hello World (again)