The documentation says Linux only but the build flags seem to suggest it may work on macOS?
https://golang.org/src/plugin/plugin_dlopen.go:
// +build linux,cgo darwin,cgo
The documentation says Linux only but the build flags seem to suggest it may work on macOS?
https://golang.org/src/plugin/plugin_dlopen.go:
Can someone with a Mac confirm?