package main import "github.com/TheTitanrain/w32" func sendNotification(title string, message string) { w32.DialogBox() }