diff --git a/doc/go1.8.html b/doc/go1.8.html index 96d325e34a..c05e70a586 100644 --- a/doc/go1.8.html +++ b/doc/go1.8.html @@ -950,7 +950,7 @@ crypto/x509: return error for missing SerialNumber (CL 27238)

In previous versions of Go, unmarshaling a JSON null into an - of Unmarshaler + Unmarshaler was considered a no-op; now the Unmarshaler's UnmarshalJSON method is called with the JSON literal null and can define the semantics of that case.