From 4829e3ddd72b5498c7b8d778d7cf9a6af8c30e2f Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Fri, 24 Jan 2025 12:36:17 -0500 Subject: [PATCH] quick read me update --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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