From: Dmitri Shuralyov Date: Wed, 12 Jun 2019 18:59:23 +0000 (-0400) Subject: doc: mention os.UserConfigDir in release notes X-Git-Tag: go1.13beta1~84 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0b6e3bf4ec1f52a343ab0680ca0347514e33b109;p=gostls13.git doc: mention os.UserConfigDir in release notes This change makes the release notes for Go 1.13 more complete by mentioning a new function in the os package. Change-Id: I0d637fd70ff6d14782bbfb7c13985a0f83b19d6d Reviewed-on: https://go-review.googlesource.com/c/go/+/181945 Reviewed-by: Ian Lance Taylor --- 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.