diff --git a/doc/go1.9.html b/doc/go1.9.html index 34e6114c67..28481e5d60 100644 --- a/doc/go1.9.html +++ b/doc/go1.9.html @@ -149,13 +149,10 @@ type T1 = T2 better generated code, and optimizations in the core library.
-+
TODO: There have been significant optimizations bringing more than 10% improvements
to implementations in the
- foo,
- bar,
- and
- quux
+ encoding/gob, and ...
packages.
- TODO: https://golang.org/cl/38660: add NullBytes and NullRawValue for working with ASN.1 NULL
+ The new
+ NullBytes
+ and
+ NullRawValue
+ represent the ASN.1 NULL type.
- TODO: https://golang.org/cl/38634: add Encoding.WithPadding, StdPadding, NoPadding +
+ The new Encoding.WithPadding + method adds support for custom padding characters and disabling padding.
- TODO: https://golang.org/cl/39203: speedup decoding of maps by zeroing values -
- -