Merge pull request #304 from mymmrac/golangci-lint

feat(linters): Added golangci-lint config & CI job
This commit is contained in:
Leandro Barbosa
2026-02-18 12:16:58 -03:00
committed by GitHub
8 changed files with 228 additions and 17 deletions
+2 -1
View File
@@ -4,7 +4,6 @@ import (
"bytes"
"context"
"fmt"
"github.com/sipeed/picoclaw/pkg/config"
"os"
"os/exec"
"path/filepath"
@@ -12,6 +11,8 @@ import (
"runtime"
"strings"
"time"
"github.com/sipeed/picoclaw/pkg/config"
)
type ExecTool struct {