Gracefully shutting down servers in Go

What Learn how to shut down Go HTTP servers so as to release resources properly. Why We started writing Go in 2014 for web services to support our mobile app. By “writing”, I mean slapping together code based on online blog posts and overly simplistic or out-of-date tutorials. What joy it was to crank out relatively straightforward, working code that replaced our frustrating Node/Express servers on production within a few days!...

December 29, 2021 · 10 min · Eric Tse