Replace Godeps with dep
This commit is contained in:
8
vendor/github.com/mattn/kinako/ast/expr.go
generated
vendored
8
vendor/github.com/mattn/kinako/ast/expr.go
generated
vendored
@@ -75,6 +75,14 @@ type TernaryOpExpr struct {
|
||||
Rhs Expr
|
||||
}
|
||||
|
||||
// CallExpr provide calling expression.
|
||||
type CallExpr struct {
|
||||
ExprImpl
|
||||
Func interface{}
|
||||
Name string
|
||||
SubExprs []Expr
|
||||
}
|
||||
|
||||
// ParenExpr provide parent block expression.
|
||||
type ParenExpr struct {
|
||||
ExprImpl
|
||||
|
||||
Reference in New Issue
Block a user