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:
@@ -27,4 +27,4 @@ limitations under the License.
|
||||
// This package is inspired by https://github.com/spf13/cobra. However, as
|
||||
// the eventual goal is to run *multiple* servers from one call, a new package
|
||||
// was needed.
|
||||
package hyperkube
|
||||
package hyperkube // import "k8s.io/kubernetes/pkg/hyperkube"
|
||||
|
Reference in New Issue
Block a user