In javascript, if we want to show pop up messagebox with custom message in browser, we can use alert("message") function. How to do it in Go?
I have this program wherein I use timer to redirect to another page. It do work but the problem is when I click cancel button a messagebox will appear and when
I'm developing .net core console application. I want to alert to user when want to exit application. Like below; MessageBox.Show("Contiue or not", "Question",