You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature request:
reflect.MakeFunc(Type, func([]Value) []Value)
So one can do:
var f func(a, b int) string
embeddedLang.GetFunc("func", &f)
s := f(1, 2)