From 61ddd5d06e04c1779570f856b3fe271a31040e54 Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Fri, 15 Nov 2024 19:22:54 -0500 Subject: [PATCH] Adding additional lines --- learn_go_with_tests/my_context/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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