Merge pull request #28204 from thockin/cleanup-third_party

Automatic merge from submit-queue

Cleanup third party (pt 2)

Move forked-and-hacked golang code to the forked/ directory.  Remove ast/build/parse code that is now in stdlib.  Remove unused shell2junit
This commit is contained in:
k8s-merge-robot
2016-07-07 12:13:14 -07:00
committed by GitHub
191 changed files with 19 additions and 45391 deletions

View File

@@ -23,7 +23,7 @@ import (
"reflect"
"strings"
"k8s.io/kubernetes/third_party/golang/template"
"k8s.io/kubernetes/third_party/forked/golang/template"
)
type JSONPath struct {