package main import ( "github.com/johannesbuehl/golunteer/backend/pkg/router" ) func main() { router.Listen() }