DialogBox triggers a desktop dialog box with the option for custom buttons. Either an error is returned, or the string output from the user interaction. dialog := mack.DialogOptions{ Text: "Dialog text", // Required Title: "Dialog title", // Optional An
(dialog DialogOptions)