Comments on: Using Context Package in GO (Golang) – Complete Guide https://vikasboss.github.io/using-context-in-golang-complete-guide/ Sat, 05 Jun 2021 18:01:56 +0000 hourly 1 https://wordpress.org/?v=6.8.1 By: Golang Comprehensive Tutorial Series – Welcome To Golang By Example https://vikasboss.github.io/using-context-in-golang-complete-guide/#comment-147 Thu, 03 Dec 2020 17:16:53 +0000 https://vikasboss.github.io/?p=868#comment-147 […] Using Context Package in GO Complete Guide […]

]]>
By: Guest https://vikasboss.github.io/using-context-in-golang-complete-guide/#comment-3 Tue, 24 Dec 2019 19:23:03 +0000 https://vikasboss.github.io/?p=868#comment-3 The best Go Context explanation yet. Even better than (too complicated) https://blog.golang.org/context .
Notes:
– Bad idea to use HTTP package to illustrate Context – because one should avoid unnecessary complexity while explaining things (e.g. I don’t what to know HTTP to understand Context). You could bring the HTTP example at the end of the article though.
– “Context should flow through your program.” – I don’t understand.
– “Make sure in mind that context can only be canceled once…” – absolutely not clear what you mean (that whole paragraph).
– “Why do we need Context trees?” – that’s a question you should answer explicitly.
Good job, anyway.

]]>