From 0b6e3bf4ec1f52a343ab0680ca0347514e33b109 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Wed, 12 Jun 2019 14:59:23 -0400 Subject: [PATCH] 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 --- doc/go1.13.html | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.50.0