Closed NimishKashyap closed 11 months ago
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.
GoFiber package recommends using fiber.Map{} type which is an alias of map interface for easier JSON handling.
map[string]string
HelloWorldHandler
fiber.Map{}
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.
Problem/Feature
GoFiber package recommends using fiber.Map{} type which is an alias of map interface for easier JSON handling.
Description of Changes:
map[string]string
type forHelloWorldHandler
response to standardfiber.Map{}
as recommended by the package.Checklist