A minimal microservice hello world with go & fiber framework
Just run :
go mod tidy
go mod download
Run this command :
go run main.go
Swagger enabled with swaggo module , you can read more about this project at : https://github.com/swaggo/swag
This module works with comments above the functions , and just run this command to generate :
swag init