Golang UK Conference 2017 | Jack Lindamood - How to correctly use package context

Golang UK Conference 2017 | Jack Lindamood - How to correctly use package context


Go 1.7 introduced package context to the standard library. Using context is a very powerful way to orchestrate go routine cancellation and debugging information during a request. This talk...
Tags:golang Conference