diff --git a/README.md b/README.md index b4938ac..9755529 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # cookiecutter-golang-server -My cookiecutter project layout for a golang server application. This is delivered as a git template. \ No newline at end of file +My cookiecutter project layout for a golang server application. This is delivered as a git template. + + +## Middleware + +- [] Access logging +- [] CORS +- [] Rate Limiting +- [] Recovery (From Panic) +- [] User Session