Added new file to bazel and ran gofmt

This commit is contained in:
Gijs Kunze 2018-03-26 10:10:09 +02:00
parent 821cdf32ab
commit adf12b516a
2 changed files with 2 additions and 1 deletions

View File

@ -139,6 +139,7 @@ go_test(
"delete_confirm_test.go", "delete_confirm_test.go",
"integration_test.go", "integration_test.go",
"lifecycle_integration_test.go", "lifecycle_integration_test.go",
"toolbox_template_test.go",
], ],
data = [ data = [
"//channels:channeldata", # keep "//channels:channeldata", # keep

View File

@ -17,8 +17,8 @@ limitations under the License.
package main package main
import ( import (
"testing"
"reflect" "reflect"
"testing"
) )
// Copied from the Helm (https://github.com/kubernetes/helm) project: // Copied from the Helm (https://github.com/kubernetes/helm) project: