forked from lug/matterbridge
Update vendor d5/tengo
This commit is contained in:
16
vendor/github.com/d5/tengo/stdlib/stdlib.go
generated
vendored
16
vendor/github.com/d5/tengo/stdlib/stdlib.go
generated
vendored
@@ -1,16 +0,0 @@
|
||||
package stdlib
|
||||
|
||||
import "github.com/d5/tengo/objects"
|
||||
|
||||
// Modules contain the standard modules.
|
||||
var Modules = map[string]*objects.Object{
|
||||
"math": objectPtr(&objects.ImmutableMap{Value: mathModule}),
|
||||
"os": objectPtr(&objects.ImmutableMap{Value: osModule}),
|
||||
"text": objectPtr(&objects.ImmutableMap{Value: textModule}),
|
||||
"times": objectPtr(&objects.ImmutableMap{Value: timesModule}),
|
||||
"rand": objectPtr(&objects.ImmutableMap{Value: randModule}),
|
||||
}
|
||||
|
||||
func objectPtr(o objects.Object) *objects.Object {
|
||||
return &o
|
||||
}
|
||||
Reference in New Issue
Block a user