From 324f18f66ed731f5f62325fee834476e0745f8ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8C=B6=E6=B8=85=E6=AC=A2?= Date: Wed, 17 Nov 2021 18:34:14 +0800 Subject: [PATCH] update doc --- config/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/command.go b/config/command.go index f3abe0f..178bd0f 100644 --- a/config/command.go +++ b/config/command.go @@ -18,7 +18,7 @@ const ( DefaultResponseData = true ) -// commandConfig 指令相关配置 +// CommandConfig 指令相关配置 // // Author : go_developer@163.com<白茶清欢> //