package main import ( "context" "kpl/internal/app" ) func main() { ctx := context.Background() app.Run(ctx) }