docs: update go/log to v1.3.2

This commit is contained in:
AI Engineer 2026-05-13 01:08:05 +08:00
parent 0046cf6971
commit bec2b8b32b
2 changed files with 4 additions and 4 deletions

View File

@ -66,9 +66,9 @@ Terminal styling and command execution.
Configuration loading with env overrides. Configuration loading with env overrides.
- **API**: `Load` - **API**: `Load`
### go/log v1.3.0 ### go/log v1.3.2
Meta-driven asynchronous logging. Meta-driven asynchronous logging.
- **API**: `Debug`, `Info`, `Warning`, `Error`, `New`, `SetLevel`, `Viewable`, `GetEntry`, `PutEntry` - **API**: `Debug`, `Info`, `Warning`, `Error`, `As`, `New`, `SetLevel`, `Viewable`, `GetEntry`, `PutEntry`
### go/http v1.3.0 ### go/http v1.3.0
High-performance HTTP client. High-performance HTTP client.

View File

@ -62,9 +62,9 @@
支持环境变量覆盖的配置文件加载。 支持环境变量覆盖的配置文件加载。
- **API**: `Load` - **API**: `Load`
### go/log v1.1.16 ### go/log v1.3.2
高性能 Meta 驱动的异步脱敏日志。 高性能 Meta 驱动的异步脱敏日志。
- **API**: `Debug`, `Info`, `Warning`, `Error`, `New`, `SetLevel`, `Viewable`, `GetEntry`, `PutEntry` - **API**: `Debug`, `Info`, `Warning`, `Error`, `As`, `New`, `SetLevel`, `Viewable`, `GetEntry`, `PutEntry`
### go/http v1.0.11 ### go/http v1.0.11
极致精简的高性能 HTTP 客户端。 极致精简的高性能 HTTP 客户端。