k3s/cmd/libs/go2idl/client-gen/test_apis
Davanum Srinivas 2b0ed014b7 Use Go canonical import paths
Add canonical imports only in existing doc.go files.
https://golang.org/doc/go1.4#canonicalimports

Fixes #29014
2016-07-16 13:48:21 -04:00
..
testgroup.k8s.io Use Go canonical import paths 2016-07-16 13:48:21 -04:00
README

README

This dir can not be named "testdata" because of the way ugorji gnerates code.
Specifically, it emits a .go file and then calls `go run` on it.  Because
"testdata" is a special name to Go, it decides NOT to find the vendor dir, and
therefore fails to compile.  Just name it something else.