We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b74f92e commit 494953fCopy full SHA for 494953f
pkg/agent/loop.go
@@ -12,14 +12,13 @@ import (
12
"errors"
13
"fmt"
14
"path/filepath"
15
+ "regexp"
16
"strings"
17
"sync"
18
"sync/atomic"
19
"time"
20
"unicode/utf8"
21
- "regexp"
22
-
23
"github.com/sipeed/picoclaw/pkg/bus"
24
"github.com/sipeed/picoclaw/pkg/channels"
25
"github.com/sipeed/picoclaw/pkg/config"
pkg/voice/transcriber_test.go
@@ -24,10 +24,10 @@ func TestGroqTranscriberName(t *testing.T) {
func TestDetectTranscriber(t *testing.T) {
26
tests := []struct {
27
- name string
28
- cfg *config.Config
29
- wantNil bool
30
- wantName string
+ name string
+ cfg *config.Config
+ wantNil bool
+ wantName string
31
}{
32
{
33
name: "no config",
0 commit comments