1
0
mirror of https://github.com/fumiama/go-onebot-agent.git synced 2026-06-05 02:00:23 +08:00

chore: fix lint

This commit is contained in:
源文雨
2025-09-26 22:56:06 +08:00
parent 7aa9867679
commit 37ebfa6131
2 changed files with 3 additions and 2 deletions

View File

@@ -15,7 +15,8 @@ import (
)
const (
EOA = "end_action" // EOA is a dummy action that is used to terminate request
// EOA is a dummy action that is used to terminate request
EOA = "end_action"
)
var (

View File

@@ -2,7 +2,7 @@ package goba
import "testing"
const fulltab = ` |功能|action|params|data|
const fulltab = `|功能|action|params|data|
|---|---|---|---|
|结束或暂停任务|end_action|-|-|
|发送私聊消息|send_private_msg|user_id 对方QQ号message 要发送的内容 (json.RawMessage)|message_id 消息ID (number)|