Appify is free open-source project that allows you to convert any executable file into macOS application.
To install appify:
go get github.com/machinebox/appify
appify -name "My Go Application" -icon ./icon.png /path/to/bin
It will create a macOS Application.