Melkeydev / go-blueprint

Go-blueprint allows users to spin up a quick Go project using a popular framework
https://docs.go-blueprint.dev/
MIT License
5.94k stars 335 forks source link

[Enhancement]: Use fiber.Map instead of map object #154

Closed NimishKashyap closed 11 months ago

NimishKashyap commented 11 months ago

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:

Checklist