package main import ( "github.com/kschamplin/gotelem/cmd" ) func main() { cmd.Execute() }