This is my boilerplate for a Go http server project. Feedback and suggestions are encouraged!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Jeffrey Paul eaa2f2b929 initial 4 years ago
httpserver initial 4 years ago
.drone.yml initial 4 years ago
.gitignore initial 4 years ago
Dockerfile initial 4 years ago
LICENSE initial 4 years ago
Makefile initial 4 years ago
README.md initial 4 years ago
go.mod initial 4 years ago
go.sum initial 4 years ago

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

sneak@sneak.berlin

https://sneak.berlin

License

WTFPL