From 208461dfc2b4a1fe976680b1282258fb0fa88dda Mon Sep 17 00:00:00 2001 From: Qingshan Luo Date: Wed, 13 Jan 2021 20:30:07 +0800 Subject: [PATCH] Add zkits logger library. (#3417) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b20cdddf..d7d32b99 100644 --- a/README.md +++ b/README.md @@ -1093,6 +1093,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [xlog](https://github.com/rs/xlog) - Structured logger for `net/context` aware HTTP handlers with flexible dispatching. * [zap](https://github.com/uber-go/zap) - Fast, structured, leveled logging in Go. * [zerolog](https://github.com/rs/zerolog) - Zero-allocation JSON logger. +* [zkits-logger](https://github.com/edoger/zkits-logger) - A powerful zero-dependency JSON logger. ## Machine Learning