1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-07-12 22:21:40 +02:00

Replace goimports with gci (#3202)

`gci` seems to be much more strict.
This commit is contained in:
qwerty287
2024-01-14 18:22:06 +01:00
committed by GitHub
parent 1b67c25fd1
commit b9f6f3f9fb
43 changed files with 60 additions and 55 deletions

View File

@ -20,9 +20,10 @@ import (
"github.com/franela/goblin"
"github.com/stretchr/testify/assert"
"google.golang.org/grpc/metadata"
"go.woodpecker-ci.org/woodpecker/v2/server/model"
mocks_store "go.woodpecker-ci.org/woodpecker/v2/server/store/mocks"
"google.golang.org/grpc/metadata"
)
func TestRegisterAgent(t *testing.T) {