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:
@@ -15,4 +15,4 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
// Package framework implements all the grunt work involved in running a simple controller.
|
||||
package framework
|
||||
package framework // import "k8s.io/kubernetes/pkg/controller/framework"
|
||||
|
Reference in New Issue
Block a user