add jsonpath to kubectl
This commit is contained in:
5
third_party/golang/template/exec.go
vendored
5
third_party/golang/template/exec.go
vendored
@@ -1,9 +1,14 @@
|
||||
//This package is copied from Go library text/template.
|
||||
//The original private functions indirect and printableValue
|
||||
//are exported as public functions.
|
||||
package template
|
||||
import (
|
||||
"reflect"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
var Indirect = indirect
|
||||
var PrintableValue = printableValue
|
||||
|
||||
var (
|
||||
errorType = reflect.TypeOf((*error)(nil)).Elem()
|
||||
|
Reference in New Issue
Block a user