As a newbie to Golang, I decided to restart the habit of writing tech blogs, one to give me a better chance to pick up Golang faster, but most importantly, try to elevate my abilities as an engineer again, thoroughly.
Let's cut to the chase, today the topic is the Context
package. After reading some materials online, I think it's best to start from basic usages of Context
, and then dig deeper to the source code level.
Okay let's start! I'm sure you would often see code like this: