diff --git a/content/roadmaps/109-golang/content/101-go-advanced/104-context.md b/content/roadmaps/109-golang/content/101-go-advanced/104-context.md index cced069fd..223b2c9e8 100644 --- a/content/roadmaps/109-golang/content/101-go-advanced/104-context.md +++ b/content/roadmaps/109-golang/content/101-go-advanced/104-context.md @@ -1 +1,8 @@ -# Context \ No newline at end of file +# Context + +The `context` package provides a standard way to solve the problem of managing state during a request. The package satisfies the need for request scoped data and provides a standardized way to handle: Deadlines, Cancellation Signals, etc. + +Free Content +Understanding Contexts in Go +DigitalOcean: How to Use Contests in Go +Go by Example: Context \ No newline at end of file