mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-06-27 12:19:23 +00:00
Update vendor d5/tengo
This commit is contained in:
11
vendor/github.com/d5/tengo/tengo.go
generated
vendored
Normal file
11
vendor/github.com/d5/tengo/tengo.go
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
package tengo
|
||||
|
||||
var (
|
||||
// MaxStringLen is the maximum byte-length for string value.
|
||||
// Note this limit applies to all compiler/VM instances in the process.
|
||||
MaxStringLen = 2147483647
|
||||
|
||||
// MaxBytesLen is the maximum length for bytes value.
|
||||
// Note this limit applies to all compiler/VM instances in the process.
|
||||
MaxBytesLen = 2147483647
|
||||
)
|
Reference in New Issue
Block a user