package main import ( "context" "upod/internal/cmd" ) func main() { cmd.Start(context.TODO()) }