diff --git a/doc/go1.18.html b/doc/go1.18.html index 5692a068ab..8f0fc1fb71 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -459,7 +459,10 @@ proposal.

- TODO: https://golang.org/cl/357962: add FieldByIndexErr + Value.FieldByIndexErr + has been added to avoid the panic that occurs in + Value.FieldByIndex + when stepping through a nil pointer to an embedded struct.