Chore: Fix goimports grouping in pkg/api (#62419)

* fix goimports

* fix goimports order
This commit is contained in:
Serge Zaitsev
2023-01-30 08:18:26 +00:00
committed by GitHub
parent 9b2abe7613
commit 324310abbc
21 changed files with 38 additions and 30 deletions
+2 -1
View File
@@ -20,11 +20,12 @@ import (
"sync"
"time"
gocache "github.com/patrickmn/go-cache"
"github.com/grafana/grafana/pkg/infra/log"
contextmodel "github.com/grafana/grafana/pkg/services/contexthandler/model"
"github.com/grafana/grafana/pkg/setting"
"github.com/grafana/grafana/pkg/web"
gocache "github.com/patrickmn/go-cache"
)
const (
+2 -1
View File
@@ -7,8 +7,9 @@ import (
"testing"
"time"
"github.com/grafana/grafana/pkg/setting"
"github.com/stretchr/testify/require"
"github.com/grafana/grafana/pkg/setting"
)
const DEFAULT_NONSENSE_HASH string = "9e107d9d372bb6826bd81d3542a419d6"