go-notifier
go-notifier copied to clipboard
Update to build against go1.14
Fix build errors on current versions of macOS and Go due to Cgo changes in Go 1.10: https://tip.golang.org/doc/go1.10#cgo.
Issues with:
- The
-sectcreatelinker flag - Using
nilwith CoreFoundation ref types -
unsafe.Pointercasts
I've added more detailed information in the commit messages.
Thanks a lot for this fix, I would really appreciate a merge.