Skip to content

Commit

Permalink
doc/go1.14: add link to TempFile in io/ioutil
Browse files Browse the repository at this point in the history
For convenience, TempFile in io/ioutil now has a link to the document.

Updates golang#36878

Change-Id: I5c22f57c886badd8ca423e34527c4b4bb029847b
Reviewed-on: https://go-review.googlesource.com/c/go/+/218637
Reviewed-by: Emmanuel Odeke <[email protected]>
  • Loading branch information
toshihiro-shiino authored and odeke-em committed Feb 8, 2020
1 parent a528215 commit ca8bf63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/go1.14.html
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,8 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
<dd>
<p><!-- CL 198488 -->
<a href="/pkg/io/ioutil/#TempDir"><code>TempDir</code></a> can now create directories
whose names have predictable prefixes and suffixes. As with TempFile, if the pattern
whose names have predictable prefixes and suffixes.
As with <a href="/pkg/io/ioutil/#TempFile"><code>TempFile</code></a>, if the pattern
contains a '*', the random string replaces the last '*'.
</p>
</dd>
Expand Down

0 comments on commit ca8bf63

Please sign in to comment.