On Fri, Sep 24, 2021 at 9:00 AM Vasiliy Tolstov <[email protected]> wrote: > > Hi. Does anybody knows how to call macos functions from go? > Mostly my question about file provider methods, i want to write > something that works as file provider for macos
Are you looking for https://golang.org/cmd/cgo? See also https://go.dev/blog/cgo. Ian -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/CAOyqgcWgpuULbx1NwZXHxAFgvo4e%2BVSXcQJxmZVNSsPH9T%2BVaA%40mail.gmail.com.
