package features import ( "github.com/gofiber/fiber/v2" email "MY/webapp/features/email" ) func Setup(app *fiber.App) { email.Setup(app) }