Dependencies
We use swaggo for generating api-specs: https://github.com/swaggo/swag
Required: golang, swag
Run
go mod tidy
go run main.go
Run with new Docs
go mod tidy
swag init --parseDependency --parseInternal; go run main.go
Once running visit http://localhost:8080/swagger/index.html
Description
Languages
Go
98.4%
Nix
1.6%