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:
@@ -28,4 +28,4 @@ limitations under the License.
|
||||
// package. Additionally, all naming systems in the Context will be added as
|
||||
// functions to the parsed template, so that they can be called directly from
|
||||
// your templates!
|
||||
package generator
|
||||
package generator // import "k8s.io/kubernetes/cmd/libs/go2idl/generator"
|
||||
|
Reference in New Issue
Block a user