Jeffrey Paul 7bf1aee60f | ||
---|---|---|
httpserver | ||
.drone.yml | ||
.gitignore | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
README.md | ||
go.mod | ||
go.sum |
README.md
gohttpserver
This is my boilerplate for starting a new go HTTP server repository.
Many ideas are taken from Mat Ryer's talk How I Write HTTP Web Services after Eight Years at GopherCon 2019, seen here:
https://www.youtube.com/watch?v=rWBSMsLG8po
TODO
- Database Boilerplate
- Logging Middleware
- Authentication Middleware Stub
- Bundling Static Assets Into Binary
- Dockerization
Author
License
WTFPL