Use Go canonical import paths
Add canonical imports only in existing doc.go files. https://golang.org/doc/go1.4#canonicalimports Fixes #29014
This commit is contained in:
@@ -54,4 +54,4 @@ The RESTClient type implements the Kubernetes API conventions (see `docs/devel/a
|
||||
for a given API path and is intended for use by consumers implementing their own Kubernetes
|
||||
compatible APIs.
|
||||
*/
|
||||
package unversioned
|
||||
package unversioned // import "k8s.io/kubernetes/pkg/client/unversioned"
|
||||
|
||||
Reference in New Issue
Block a user