2 Commits

Author SHA1 Message Date
S Jannette
f36e3bb840 Update README
Removed mention of graceful shutdown from the description.
2026-05-19 04:11:39 -04:00
S Jannette
fff3f28ba4 Merge pull request #3 from kjannette/cleanup
Code cleanup and formatting
2026-05-19 04:10:05 -04:00

View File

@@ -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