mirror of
https://github.com/yannh/kubeconform.git
synced 2026-04-21 19:19:52 +00:00
linting / refactor
This commit is contained in:
parent
7604a7aa7d
commit
300b571c33
10 changed files with 60 additions and 49 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue