i am trying to call the below golang func from the documention that you provided on Metacpan //export Sort func Sort(vals []int) { sort.Ints(vals) } any idea how i can attach it like the other functions on the example ?