Skip to content

Instantly share code, notes, and snippets.

@guaychou
Last active May 1, 2020 15:37
Show Gist options
  • Save guaychou/800b585cf2cae5e6d30b773148e89a75 to your computer and use it in GitHub Desktop.
Save guaychou/800b585cf2cae5e6d30b773148e89a75 to your computer and use it in GitHub Desktop.
package main
import (
"errors"
"github.com/getlantern/systray"
"github.com/sparrc/go-ping"
"strconv"
"time"
)
func main(){
systray.Run(onReady, onExit)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment