From bd60e96d8b77a8e2b09aec4bab32976c1557a297 Mon Sep 17 00:00:00 2001 From: stewartboyd119 Date: Mon, 22 Jul 2024 15:40:17 -0700 Subject: [PATCH] Remove readme's reference to zap --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a11491b..8487502 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,8 @@ `go get -u github.com/zillow/zfmt` -Note that zap only supports the two most recent minor versions of Go. - ## About -Note that zap only supports the two most recent minor versions of Go. + A module which defines several concrete `Formatter` types responsible for serializing/deserializing objects. The module centralizes this functionality and is leveraged by several zillow transport libs for use in configuration driven serialization.