mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-29 21:29:24 +00:00
Merge pull request #29230 from luxas/goimport
Automatic merge from submit-queue Run goimport for the whole repo While removing GOMAXPROC and running goimports, I noticed quite a lot of other files also needed a goimport format. Didn't commit `*.generated.go`, `*.deepcopy.go` or files in `vendor` This is more for testing if it builds. The only strange thing here is the gopkg.in/gcfg.v1 => github.com/scalingdata/gcfg replace. cc @jfrazelle @thockin
This commit is contained in:
@@ -21,9 +21,10 @@ import (
|
||||
"reflect"
|
||||
"strings"
|
||||
|
||||
"testing"
|
||||
|
||||
"k8s.io/kubernetes/pkg/api"
|
||||
api_pod "k8s.io/kubernetes/pkg/api/pod"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestPetIDName(t *testing.T) {
|
||||
|
||||
@@ -19,9 +19,10 @@ package petset
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"testing"
|
||||
|
||||
"k8s.io/kubernetes/pkg/api"
|
||||
"k8s.io/kubernetes/pkg/util/sets"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestPetQueueCreates(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user