]> Cypherpunks repositories - gostls13.git/commitdiff
doc: mention os.UserConfigDir in release notes
authorDmitri Shuralyov <dmitshur@golang.org>
Wed, 12 Jun 2019 18:59:23 +0000 (14:59 -0400)
committerDmitri Shuralyov <dmitshur@golang.org>
Thu, 13 Jun 2019 01:26:12 +0000 (01:26 +0000)
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 <iant@golang.org>
doc/go1.13.html

index 84404104df5482535fc41166647e528120e45326..d0fae49092d5cc0b9a4f1ffbcd7dd464a5e30c13 100644 (file)
@@ -265,6 +265,11 @@ TODO
 
 <dl id="os"><dt><a href="/pkg/os/">os</a></dt>
   <dd>
+    <p><!-- CL 160877 -->
+      The new <a href="/pkg/os/#UserConfigDir"><code>UserConfigDir</code></a> function
+      returns the default directory to use for user-specific configuration data.
+    </p>
+
     <p><!-- CL 166578 -->
       If a <a href="/pkg/os/#File"><code>File</code></a> is opened using the O_APPEND flag, its
       <a href="/pkg/os/#File.WriteAt"><code>WriteAt</code></a> method will always return an error.