From 901a306002c8fc8b887f72890b29e12cef518c1b Mon Sep 17 00:00:00 2001 From: Shadlock0133 Date: Thu, 26 May 2022 04:05:58 +0200 Subject: [PATCH] Fix typo (#481) --- blog/we-have-go-2.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/we-have-go-2.markdown b/blog/we-have-go-2.markdown index 7a4f05b..295c212 100644 --- a/blog/we-have-go-2.markdown +++ b/blog/we-have-go-2.markdown @@ -530,7 +530,7 @@ giving up when there is no more work to be done. inside the Google monorepo that escaped out into the world. They also claim to have an internal tool that makes [`context.TODO()`](https://pkg.go.dev/context#TODO) useful (probably by showing -you the callsities above that function?), but they never released that tool as +you the callsites above that function?), but they never released that tool as open source so it’s difficult to know where to use it without that added context.