reorder imports

Reorder imports with `goimports`.
This commit is contained in:
Christoph Mertz 2020-10-18 11:29:11 +02:00
parent 33fb52241a
commit 0cffc7994d
5 changed files with 11 additions and 6 deletions

View file

@ -1,8 +1,9 @@
package resource_test
import (
"github.com/yannh/kubeconform/pkg/resource"
"testing"
"github.com/yannh/kubeconform/pkg/resource"
)
func TestSignatureFromBytes(t *testing.T) {