package main import ( "shimon/cmd" ) // See: cmd/root.go func main() { cmd.Execute() }