We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37ea182 commit ccb70bdCopy full SHA for ccb70bd
src/context/context.go
@@ -210,8 +210,7 @@ func Background() Context {
210
// TODO returns a non-nil, empty Context. Code should use context.TODO when
211
// it's unclear which Context to use or it is not yet available (because the
212
// surrounding function has not yet been extended to accept a Context
213
-// parameter). TODO is recognized by static analysis tools that determine
214
-// whether Contexts are propagated correctly in a program.
+// parameter).
215
func TODO() Context {
216
return todo
217
}
0 commit comments