package main import ( "github.com/foomo/ContentServer/server" ) func main() { server.Run() }