k3s/cmd/libs/go2idl/client-gen/test_apis
Chao Xu d0b94538b9 make it possible to move SchemeBuilder with zz_generated.deepcopy.go 2017-04-27 16:57:29 -07:00
..
testgroup make it possible to move SchemeBuilder with zz_generated.deepcopy.go 2017-04-27 16:57:29 -07: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.