]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.14: add link to TempFile in io/ioutil
authorToshihiro Shiino <shiino.toshihiro@gmail.com>
Sat, 8 Feb 2020 10:41:30 +0000 (10:41 +0000)
committerEmmanuel Odeke <emm.odeke@gmail.com>
Sat, 8 Feb 2020 16:15:48 +0000 (16:15 +0000)
For convenience, TempFile in io/ioutil now has a link to the document.

Updates #36878

Change-Id: I5c22f57c886badd8ca423e34527c4b4bb029847b
Reviewed-on: https://go-review.googlesource.com/c/go/+/218637
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
doc/go1.14.html

index 5369c43944028e62708ed2ec7edb718238aaf8ac..5bc609a8604f4e7248474d0ca8818a8c5a0ccf50 100644 (file)
@@ -572,7 +572,8 @@ appropriately.)
   <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>