mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-28 03:47:34 +00:00
Merge pull request #29042 from dims/fixup-imports
Automatic merge from submit-queue 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:
@@ -16,4 +16,4 @@ limitations under the License.
|
||||
|
||||
// e2e_node contains e2e tests specific to the node
|
||||
// TODO: rename this package e2e-node
|
||||
package e2e_node
|
||||
package e2e_node // import "k8s.io/kubernetes/test/e2e_node"
|
||||
|
||||
Reference in New Issue
Block a user