linting / refactor

This commit is contained in:
Yann Hamon 2020-11-15 12:12:37 +01:00
parent 7604a7aa7d
commit 300b571c33
10 changed files with 60 additions and 49 deletions

View file

@ -3,12 +3,13 @@ package resource_test
import (
"bytes"
"context"
"github.com/yannh/kubeconform/pkg/resource"
"io"
"reflect"
"strings"
"sync"
"testing"
"github.com/yannh/kubeconform/pkg/resource"
)
func TestFromStream(t *testing.T) {