mattn / anko

Scriptable interpreter written in golang
http://play-anko.appspot.com/
MIT License
1.47k stars 118 forks source link

Can a function be created #343

Open 456vv opened 3 years ago

456vv commented 3 years ago
type A struct{
B func(i int) int
}

I want to create a function in the template for A.B Or how to achieve func(a []reflect.Value) []reflect.Value