package main import ( "github.com/foomo/contentserver/cmd" ) func main() { cmd.Execute() }