diff options
Diffstat (limited to 'vendor/github.com/d5/tengo/compiler/ast/ast.go')
-rw-r--r-- | vendor/github.com/d5/tengo/compiler/ast/ast.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vendor/github.com/d5/tengo/compiler/ast/ast.go b/vendor/github.com/d5/tengo/compiler/ast/ast.go deleted file mode 100644 index 9fd06728..00000000 --- a/vendor/github.com/d5/tengo/compiler/ast/ast.go +++ /dev/null @@ -1,5 +0,0 @@ -package ast - -const ( - nullRep = "<null>" -) |