mirror of
https://github.com/muesli/telephant
synced 2024-11-10 05:54:19 +00:00
Enable notifications on Darwin and provide a stub for other platforms
This commit is contained in:
parent
ed7570bb83
commit
588a64536b
2 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
// +build linux
|
||||
// +build linux darwin
|
||||
|
||||
package main
|
||||
|
||||
|
|
6
notifications_stub.go
Normal file
6
notifications_stub.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
// +build !linux !darwin
|
||||
|
||||
package main
|
||||
|
||||
func notify(title string, body string) {
|
||||
}
|
Loading…
Reference in a new issue