package main import ( "fiber-sessions/app/router" ) func main() { router.Serve() }