Very Basic REST api server structuring with GO and fiber How to run? git clone https://github.com/shuvopro/rest-api-with-go.git cd rest-api-with-go go get github.com/gofiber/fiber/v2 go run *.go Enjoy!