style: fix gci import grouping in config, cron, and skills installer

This commit is contained in:
mosir 2026-02-26 20:38:11 +08:00
parent 2d04021e7e
commit 7a89f811e3
3 changed files with 3 additions and 2 deletions

View file

@ -7,6 +7,7 @@ import (
"sync/atomic" "sync/atomic"
"github.com/caarlos0/env/v11" "github.com/caarlos0/env/v11"
"github.com/sipeed/picoclaw/pkg/fileutil" "github.com/sipeed/picoclaw/pkg/fileutil"
) )

View file

@ -11,6 +11,7 @@ import (
"time" "time"
"github.com/adhocore/gronx" "github.com/adhocore/gronx"
"github.com/sipeed/picoclaw/pkg/fileutil" "github.com/sipeed/picoclaw/pkg/fileutil"
) )

View file

@ -10,9 +10,8 @@ import (
"path/filepath" "path/filepath"
"time" "time"
"github.com/sipeed/picoclaw/pkg/utils"
"github.com/sipeed/picoclaw/pkg/fileutil" "github.com/sipeed/picoclaw/pkg/fileutil"
"github.com/sipeed/picoclaw/pkg/utils"
) )
type SkillInstaller struct { type SkillInstaller struct {