package controllers import "github.com/gofiber/fiber/v2" func Me(c *fiber.Ctx) error { return nil }