Skip to content

Commit 2846a7b

Browse files
committed
refine awesome
1 parent e6d5209 commit 2846a7b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

cmd/actions/awesome.go

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@ package actions
22

33
import (
44
"fmt"
5-
"github.com/spf13/cobra"
65
"log/slog"
76
"os"
87
"path/filepath"
98
"strings"
109

11-
"github.com/samber/lo"
12-
13-
"github.com/imroc/req/v3"
14-
1510
"github.com/fluent-qa/qgops/internal/utils/jsonutil"
1611
_ "github.com/fluent-qa/qgops/internal/utils/qhttp"
12+
"github.com/imroc/req/v3"
13+
"github.com/samber/lo"
14+
"github.com/spf13/cobra"
1715
)
1816

1917
var (

0 commit comments

Comments
 (0)