package main import ( "log" "githouse.ru/macrox/gotygen/cmd" ) func init() { log.SetFlags(0) } func main() { cmd.Execute() }