logo hsb.horse
← Back to tag index

Tags

#graceful-shutdown

Blog posts, snippets, and glossary entries related to "graceful-shutdown", gathered in one place.

Entries 1
  1. Blog
    Basic 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.