PerlFFI / FFI-Platypus-Lang-Go

8 stars 2 forks source link

Include slice example #18

Open plicease opened 2 years ago

plicease commented 2 years ago

The Awesome module even has a go routine

func Sort(vals []int) { sort.Ints(vals) }

that we are not using yet.