1
0
mirror of https://github.com/fumiama/go-onebot-agent.git synced 2026-06-10 04:50:29 +08:00

doc: fix desc

This commit is contained in:
源文雨
2025-09-26 01:02:26 +08:00
parent 8abc7b1c38
commit b5a5ec5ede
2 changed files with 14 additions and 9 deletions

View File

@@ -58,9 +58,9 @@ func (resp *APIResponse) String() string {
return strings.TrimSpace(sb.String())
}
// Terminus 终止符, 一个空格
// Terminus 终止符, 一个全角空格
type Terminus struct{}
func (Terminus) String() string {
return " "
return " "
}