8 lines
125 B
Go
8 lines
125 B
Go
package main
|
|
|
|
import "github.com/TheTitanrain/w32"
|
|
|
|
func sendNotification(title string, message string) {
|
|
w32.DialogBox()
|
|
}
|