diff --git a/doc/go1.13.html b/doc/go1.13.html index f6df9e07e5..5731cbbd81 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -139,7 +139,7 @@ TODO
context

- TODO: https://golang.org/cl/169080: don't depend on fmt + The formatting of contexts returned by WithValue no longer depends on fmt and will not stringify in the same way. Code that depends on the exact previous stringification might be affected.