From f36e3bb840a00db4b5ed5b00236baa7f39fa7254 Mon Sep 17 00:00:00 2001 From: S Jannette Date: Tue, 19 May 2026 04:11:39 -0400 Subject: [PATCH] Update README Removed mention of graceful shutdown from the description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e55301..b991429 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Go HTTP server -A simple Go HTTP server boilerplate with Echo, structured logging, graceful shutdown, and Docker support. +A simple Go HTTP server boilerplate with Echo, structured logging, and Docker support. ## Prerequisites