style: fix gci import grouping and godoc formatting

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
mingmxren 2026-03-04 01:22:09 +08:00
parent 58f7b5bf2f
commit aead637d10
2 changed files with 9 additions and 7 deletions

View file

@ -1,8 +1,10 @@
package channels
import "context"
import (
"context"
import "github.com/sipeed/picoclaw/pkg/commands"
"github.com/sipeed/picoclaw/pkg/commands"
)
// TypingCapable — channels that can show a typing/thinking indicator.
// StartTyping begins the indicator and returns a stop function.