summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/d5/tengo/stdlib/builtin_modules.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/d5/tengo/stdlib/builtin_modules.go')
-rw-r--r--vendor/github.com/d5/tengo/stdlib/builtin_modules.go16
1 files changed, 0 insertions, 16 deletions
diff --git a/vendor/github.com/d5/tengo/stdlib/builtin_modules.go b/vendor/github.com/d5/tengo/stdlib/builtin_modules.go
deleted file mode 100644
index 722461b2..00000000
--- a/vendor/github.com/d5/tengo/stdlib/builtin_modules.go
+++ /dev/null
@@ -1,16 +0,0 @@
-package stdlib
-
-import "github.com/d5/tengo/objects"
-
-// BuiltinModules are builtin type standard library modules.
-var BuiltinModules = map[string]map[string]objects.Object{
- "math": mathModule,
- "os": osModule,
- "text": textModule,
- "times": timesModule,
- "rand": randModule,
- "fmt": fmtModule,
- "json": jsonModule,
- "base64": base64Module,
- "hex": hexModule,
-}