From: Toshihiro Shiino Date: Sat, 8 Feb 2020 10:41:30 +0000 (+0000) Subject: doc/go1.14: add link to TempFile in io/ioutil X-Git-Tag: go1.14~9^2~14 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ca8bf6380910274c4f0d9ac913fdc5d432063ac0;p=gostls13.git doc/go1.14: add link to TempFile in io/ioutil 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 --- diff --git a/doc/go1.14.html b/doc/go1.14.html index 5369c43944..5bc609a860 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -572,7 +572,8 @@ appropriately.)

TempDir 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 TempFile, if the pattern contains a '*', the random string replaces the last '*'.