Skip to content

calling golang function which takes an argument a slice with Perl #8

@b03cmans

Description

@b03cmans

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions