github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af

Used only by github.com/aws/aws-sdk-go, expecting c2b33e8439af
This commit is contained in:
Jordan Liggitt
2019-04-05 11:35:24 -04:00
parent 14df726621
commit 6c371b06c1
5 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ package jmespath
import "strconv"
// JmesPath is the epresentation of a compiled JMES path query. A JmesPath is
// JMESPath is the epresentation of a compiled JMES path query. A JMESPath is
// safe for concurrent use by multiple goroutines.
type JMESPath struct {
ast ASTNode