Chore: Fix goimports order in RelEng packages (#62481)

fix goimports order
This commit is contained in:
Serge Zaitsev
2023-01-30 15:53:38 +01:00
committed by GitHub
parent ee3d742c7d
commit 427db55204
35 changed files with 66 additions and 39 deletions
+2 -1
View File
@@ -5,9 +5,10 @@ import (
"fmt"
"testing"
"github.com/grafana/grafana/pkg/build/config"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/grafana/grafana/pkg/build/config"
)
func Test_getVersionFolder(t *testing.T) {