minikube/cmd/util
Thomas Stromberg 055c8002b1 Replace %s format directives with %v for errors.
Previously we were mixed between the two forms. This commit picks %v,
which is consistent with the Kubernetes code base. They both effectively
do the same thing in this case, though %v works with any object, and %s
only with string objects.
2018-09-28 16:05:27 -07:00
..
util.go Stay in same line 2018-09-10 12:15:28 -05:00
util_test.go Replace %s format directives with %v for errors. 2018-09-28 16:05:27 -07:00