In this session, we will observe how a flowing context can help you optimize the resource usage of your server and enables context-based programming.
We will dive deeper into how context package works and why it is present in the Go as a native package at first place and how things were before this package. We will see different use cases of Context package and the do’s and don’ts being followed among the Gophers.