Package toast wraps the lower-level wintoast api and provides an easy way to send and respond to toast notifications on Windows. First, setup your AppData vis SetAppData function. This will install your application metadata into the Windows Registry. Then, if you want in-process callback to be invoked upon user interaction, invoke SetActivationCallback. Finally, generate your notification by instantiation a toast.Notification and pushing it with Push method.