Go: Using Context for Request Cancellation and Timeout Management
In programming, context refers to information about the environment in which an object exists or a function executes. In Go, context usually refers to the Context interface from the context package. It was originally designed to make working with HTT...
blog.fshtab.com11 min read