start the apimachinery repo

This commit is contained in:
deads2k
2017-01-11 09:09:48 -05:00
parent 98acd800da
commit 6a4d5cd7cc
2853 changed files with 51100 additions and 9519 deletions

View File

@@ -30,7 +30,7 @@ import (
"reflect"
"strings"
customreflect "k8s.io/kubernetes/third_party/forked/golang/reflect"
customreflect "k8s.io/apimachinery/third_party/forked/golang/reflect"
)
func rewriteFile(name string, header []byte, rewriteFn func(*token.FileSet, *ast.File) error) error {