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:
Djordje Lukic 2020-05-14 21:53:14 +02:00
parent 03095e5796
commit a506b7f4e9
2 changed files with 4 additions and 4 deletions

View file

@ -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 {