Skip to content

Instantly share code, notes, and snippets.

@guaychou
Created May 17, 2020 09:18
Show Gist options
  • Save guaychou/34257fa5ce24cfd10ddb3ea465f527fe to your computer and use it in GitHub Desktop.
Save guaychou/34257fa5ce24cfd10ddb3ea465f527fe to your computer and use it in GitHub Desktop.
package main
import (
"github.com/getlantern/systray"
)
func main() {
systray.Run(onReady, onExit)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment