package main import ( "github.com/bitfield/uptimerobot/cmd" ) func main() { cmd.Execute() }