AlertBox triggers a desktop alert with the option for custom buttons. Either an error is returned, or the string output from the user interaction. alert := mack.AlertOptions{ Title: "Alert title", // Required Message: "Alert message", // Optional Style:
(alert AlertOptions)