diff --git a/doc/go1.13.html b/doc/go1.13.html index 84404104df..d0fae49092 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -265,6 +265,11 @@ TODO
os
+

+ The new UserConfigDir function + returns the default directory to use for user-specific configuration data. +

+

If a File is opened using the O_APPEND flag, its WriteAt method will always return an error.