2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-16 21:25:38 +00:00
cointop/vendor/github.com/gen2brain/beeep/alert_unsupported.go
2020-12-20 22:05:25 -08:00

9 lines
215 B
Go

// +build !linux,!freebsd,!netbsd,!openbsd,!windows,!darwin,!js
package beeep
// Alert displays a desktop notification and plays a beep.
func Alert(title, message, appIcon string) error {
return ErrUnsupported
}