• TODO returns a non-nil, empty Context.

    Remarks

    Code should use context.TODO when it's unclear which Context to use or it is not yet available (because the surrounding function has not yet been extended to accept a Context parameter).

    Returns Context

Generated using TypeDoc