package main import ( "git.rodere.systems/stream-service/cmd" ) func main() { cmd.Execute() }