Fix golint failure not contained in .golint_failures

Kubernetes-commit: 8110e08dd4abd4458b2d3793f5c1eb50069ae7df
This commit is contained in:
sshukun 2019-12-19 14:40:26 +09:00 committed by Kubernetes Publisher
parent ff4bc2f952
commit 38b2d97314
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import (
// EmptyFields represents a set with no paths
// It looks like metav1.Fields{Raw: []byte("{}")}
var EmptyFields metav1.FieldsV1 = func() metav1.FieldsV1 {
var EmptyFields = func() metav1.FieldsV1 {
f, err := SetToFields(*fieldpath.NewSet())
if err != nil {
panic("should never happen")