You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cointop/vendor/github.com/gen2brain/beeep/notify_unsupported.go

9 lines
186 B
Go

// +build !linux,!freebsd,!netbsd,!openbsd,!windows,!darwin,!js
package beeep
// Notify sends desktop notification.
func Notify(title, message string) error {
return ErrUnsupported
}