mirror of
https://github.com/docker/compose.git
synced 2026-08-28 12:23:49 +00:00
Fix make protos
The base target for protos was missing goimports, which we run after making protos so that the linter doesn't fail on generated code
This commit is contained in:
parent
03095e5796
commit
a506b7f4e9
2 changed files with 4 additions and 4 deletions
|
|
@ -33,9 +33,10 @@ import (
|
|||
"os"
|
||||
"testing"
|
||||
|
||||
"github.com/docker/api/errdefs"
|
||||
"github.com/stretchr/testify/require"
|
||||
"github.com/stretchr/testify/suite"
|
||||
|
||||
"github.com/docker/api/errdefs"
|
||||
)
|
||||
|
||||
type StoreTestSuite struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue