Move hacked golang template code to forked/ dir

This commit is contained in:
Tim Hockin 2016-06-28 22:36:48 -07:00
parent b0a4b22e61
commit 64d55887dc
3 changed files with 1 additions and 1 deletions

View File

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