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:
Davanum Srinivas
2016-07-15 20:21:31 -04:00
parent 36c07cc554
commit 2b0ed014b7
280 changed files with 280 additions and 280 deletions

View File

@@ -17,4 +17,4 @@ limitations under the License.
// package jsonpath is a template engine using jsonpath syntax,
// which can be seen at http://goessner.net/articles/JsonPath/.
// In addition, it has {range} {end} function to iterate list and slice.
package jsonpath
package jsonpath // import "k8s.io/kubernetes/pkg/util/jsonpath"