Skip to content
This repository was archived by the owner on Apr 28, 2021. It is now read-only.

This is my try at creating a golang rest api template for anyone to use.

License

Notifications You must be signed in to change notification settings

PFadel/golang-restapi-template

Repository files navigation

Golang REST API Template

Go Report Card Build Status codecov

This is my try at creating a golang rest api template for anyone to use. It is entirely based on my own techinal opinion and personal taste, but I will try to explain why I did some things the way I did. I also am open to receive suggestions and (constructive) criticism.

No-Brainers

Things I believe are no-brainers because most of the community use and are considered good practices so far:

That being said, I will try to speak about my other choices below.

Other Choices

stdlib net/http

uber-go/fx