Chore: Fix goimports grouping (#62423)

* fix goimports

* fix goimports order
This commit is contained in:
Serge Zaitsev
2023-01-30 08:25:58 +00:00
committed by GitHub
parent bc2813ef06
commit e2d49ea17f
6 changed files with 11 additions and 7 deletions
+2 -1
View File
@@ -7,11 +7,12 @@ import (
"strings"
"testing"
"github.com/stretchr/testify/require"
"github.com/grafana/grafana/pkg/api/response"
"github.com/grafana/grafana/pkg/api/routing"
contextmodel "github.com/grafana/grafana/pkg/services/contexthandler/model"
"github.com/grafana/grafana/pkg/services/user"
"github.com/stretchr/testify/require"
)
func TestServer(t *testing.T) {