Fix golint verify error

pull/6/head
Cao Shufeng 2017-05-02 15:36:50 +08:00
parent 29f37fde3e
commit 3b20875863
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ func newRS(namespace string) *v1beta1.ReplicaSet {
}
}
var cascDel string = `
var cascDel = `
{
"kind": "DeleteOptions",
"apiVersion": "` + api.Registry.GroupOrDie(api.GroupName).GroupVersion.String() + `",