diff --git a/doc/go1.13.html b/doc/go1.13.html index 23c31d0663a..84404104df5 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -383,7 +383,8 @@ TODO
text/scanner

- TODO: https://golang.org/cl/163079: don't liberally consume (invalid) floats or underbars + The new AllowNumberbars + mode allows number literals to contain underbars as digit separators.

@@ -391,7 +392,8 @@ TODO
text/template

- TODO: https://golang.org/cl/161762: add a slice function to the predefined global functions + The new slice function + returns the result of slicing its first argument by the following arguments.