Is it possible to load a dylib without using cgo on macOS?

On Windows it looks like I can do this using this package:

https://godoc.org/golang.org/x/sys/windows#LoadDLL

I am trying to avoid using cgo and also be able to load DLLs written in 
other languages into my Go app.

Any pointers would be appreciated. Thanks!

-- 
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 golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to