1bb39eba ^
325d62b4 ^
1 2 3
4
package objects // CallableFunc is a function signature for the callable functions. type CallableFunc = func(args ...Object) (ret Object, err error)