Fix go lint on folder apimachinery/pkg/runtime/serializer/json

This commit is contained in:
Marcio Caroso
2020-11-06 20:20:57 -03:00
parent 58f82efe70
commit 4b8b9c92bf
10 changed files with 29 additions and 29 deletions

View File

@@ -631,7 +631,7 @@ func BenchmarkDecodeIntoJSONCodecGenConfigCompatibleWithStandardLibrary(b *testi
}
b.ResetTimer()
iter := json.CaseSensitiveJsonIterator()
iter := json.CaseSensitiveJSONIterator()
for i := 0; i < b.N; i++ {
obj := v1.Pod{}
if err := iter.Unmarshal(encoded[i%width], &obj); err != nil {