Context
The `context` package in go provides a way for request-scoped values to be passed between all goroutines that are involved in handling a request.
The `context` package in go provides a way for request-scoped values to be passed between all goroutines that are involved in handling a request.
https://gobyexample.com/embed-directive
In go variables have a static type.
<GoPlayground