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