mirror of https://github.com/kubernetes/kops.git
Added new file to bazel and ran gofmt
This commit is contained in:
parent
821cdf32ab
commit
adf12b516a
|
@ -139,6 +139,7 @@ go_test(
|
|||
"delete_confirm_test.go",
|
||||
"integration_test.go",
|
||||
"lifecycle_integration_test.go",
|
||||
"toolbox_template_test.go",
|
||||
],
|
||||
data = [
|
||||
"//channels:channeldata", # keep
|
||||
|
|
|
@ -17,8 +17,8 @@ limitations under the License.
|
|||
package main
|
||||
|
||||
import (
|
||||
"testing"
|
||||
"reflect"
|
||||
"testing"
|
||||
)
|
||||
|
||||
// Copied from the Helm (https://github.com/kubernetes/helm) project:
|
||||
|
|
Loading…
Reference in New Issue