Tags
#graceful-shutdown
Blog posts, snippets, and glossary entries related to "graceful-shutdown", gathered in one place.
Entries 1
- BlogBasic policy when implementing an API server with Golang
I have organized my own basic policies when writing an API server in Go, including single binary + cobra, operation focus, HTTP/CLI separation, secure error handling, and graceful shutdown.
hsb.horse