diff --git a/learn_go_with_tests/my_context/README.md b/learn_go_with_tests/my_context/README.md index 9565c12..cf30c52 100644 --- a/learn_go_with_tests/my_context/README.md +++ b/learn_go_with_tests/my_context/README.md @@ -21,4 +21,6 @@ Context.Value is good for things like "A trace ID". It's information that is not ## Readings https://go.dev/blog/context -https://go.dev/blog/pipelines \ No newline at end of file +https://go.dev/blog/pipelines + +https://faiface.github.io/post/context-should-go-away-go2/ \ No newline at end of file