-
Dmitry Rozhkov authored
When golint is run against kubeadm it reports severel warnings like redundant if ...; err != nil check, just return error instead. Fix the warnings by just returning error.
0bf0b3ef
When golint is run against kubeadm it reports severel warnings like redundant if ...; err != nil check, just return error instead. Fix the warnings by just returning error.