1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-08 06:32:27 +08:00

improve comment

This commit is contained in:
houseme
2024-07-19 11:26:06 +08:00
parent 01eedc4274
commit ba0a1477eb
5 changed files with 25 additions and 34 deletions

View File

@@ -16,5 +16,5 @@ type Client struct {
// NewClient new
func NewClient(cfg *config.Config) (*Client, error) {
return nil, fmt.Errorf("会话存档功能目前只支持Linux平台运行并且打开设置CGO_ENABLED=1")
return nil, fmt.Errorf("会话存档功能目前只支持 Linux 平台运行,并且打开设置 CGO_ENABLED=1")
}