summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/d5/tengo/objects/callable_func.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/d5/tengo/objects/callable_func.go')
-rw-r--r--vendor/github.com/d5/tengo/objects/callable_func.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/d5/tengo/objects/callable_func.go b/vendor/github.com/d5/tengo/objects/callable_func.go
index cf9b43aa..ad25e65d 100644
--- a/vendor/github.com/d5/tengo/objects/callable_func.go
+++ b/vendor/github.com/d5/tengo/objects/callable_func.go
@@ -1,4 +1,4 @@
package objects
// CallableFunc is a function signature for the callable functions.
-type CallableFunc func(args ...Object) (ret Object, err error)
+type CallableFunc = func(args ...Object) (ret Object, err error)