Correcting all go vet errors

This commit is contained in:
Kris Rousey
2015-08-07 18:52:23 -07:00
parent 9fdd793555
commit 565189f5b8
118 changed files with 285 additions and 298 deletions

View File

@@ -1,3 +1,5 @@
// +build unit_test
/*
Copyright 2015 The Kubernetes Authors All rights reserved.
@@ -14,8 +16,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// +build unit_test
package service
import (