mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-31 11:52:41 +00:00
inamedparam enforces that parameters in interface definitions be named. This is important for clarity so that users and implementers can easily understand the purpose of each parameter.