package main import ( "snitch/cmd" ) func main() { cmd.Execute() }