move forked golang code to a common dir with LICENSE

This commit is contained in:
Tim Hockin
2016-06-28 22:48:59 -07:00
parent 64d55887dc
commit 8c42c08363
21 changed files with 8 additions and 62 deletions

View File

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