From f793812bebf0e1dbd204d3308590a14c0ecd5f8f Mon Sep 17 00:00:00 2001 From: chenchi Date: Mon, 2 Sep 2024 01:01:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6e3e37..f909682 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ logx 是一个灵活、高效的 Go 日志库,基于 `log/slog` 包构建。 ## 安装 ```bash -go get -u github.com/yeqown/logx +go get -u github.com/chenchi/logx ``` ## 快速开始