2020-09-30 06:35:07 +00:00
|
|
|
# gohttpserver
|
|
|
|
|
2020-09-30 08:12:59 +00:00
|
|
|
[![Build Status](https://drone.datavi.be/api/badges/sneak/gohttpserver/status.svg)](https://drone.datavi.be/sneak/gohttpserver)
|
|
|
|
|
2020-09-30 06:35:07 +00:00
|
|
|
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
|
|
|
|
|
|
|
|
sneak@sneak.berlin
|
|
|
|
|
|
|
|
https://sneak.berlin
|
|
|
|
|
|
|
|
# License
|
|
|
|
|
|
|
|
WTFPL
|