diff --git a/doc/go1.16.html b/doc/go1.16.html index 6e912f61faf..ca07689fc8f 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -892,11 +892,11 @@ func TestFoo(t *testing.T) {
- SysProcAttr
on Windows has a new NoInheritHandles field that disables inheriting handles when creating a new process.
+ SysProcAttr
on Windows has a new NoInheritHandles
field that disables inheriting handles when creating a new process.
- DLLError
on Windows now has an Unwrap function for unwrapping its underlying error.
+ DLLError
on Windows now has an Unwrap
method for unwrapping its underlying error.