27 lines
460 B
Markdown
27 lines
460 B
Markdown
|
# 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
|
||
|
|
||
|
sneak@sneak.berlin
|
||
|
|
||
|
https://sneak.berlin
|
||
|
|
||
|
# License
|
||
|
|
||
|
WTFPL
|