package main import ( "git.newty.dev/uofgcal/fetch" "git.newty.dev/uofgcal/tray" "github.com/getlantern/systray" ) func main() { fetch.CollectAuth() fetch.StartScheduler() systray.Run(tray.OnReady, tray.OnExit) }