Graceful Shutdown in Go
This is cross-post from my blog: https://bryanprim.us/blogs/graceful-shutdown-in-go
Visit original post for better reading experience where mermaid diagram properly rendered
TL;DR
http.Server.ListenAndServe is a blocking call, so if we run it in mai...
bryanprimus.hashnode.dev14 min read