mirror of
https://github.com/muesli/telephant
synced 2024-11-10 05:54:19 +00:00
6 lines
83 B
Go
6 lines
83 B
Go
// +build !linux,!darwin
|
|
|
|
package main
|
|
|
|
func notify(title string, body string) {
|
|
}
|