{}Snippt
ExploreTags
New

Tags

Browse snippets grouped by topic.

react3utils3hooks2typescript2bash1database1go1http1linux1python1sql1

#go

Graceful HTTP shutdown in Go

@linuxgnuยท8d ago

Go
func main() {
    srv := &http.Server{Addr: ":8080", Handler: routes()}

    go func() {
51011#go #http
{}SnipptShare code, instantly.
ExploreTagsNew snippetSearch