We should provide shorthand function for booting that includes reasonable defaults and is suitable in most cases. Possible example: ```golang func main() { boot.Main(echo.Echo{}) } ```