go-notify-darwin

Rich notifications on macOS for Go
Log | Files | Refs | README | LICENSE

gen.go (116B)


      1 //go:generate go build -o example.app/Contents/MacOS/noti .
      2 //go:generate codesign -f -s - example.app
      3 package main