diff --git a/doc/go1.14.html b/doc/go1.14.html index c863da42fa..35f9955d2a 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -569,6 +569,16 @@ appropriately.) +
io/ioutil
+
+

+ TempDir can now create directories + whose names have predictable prefixes and suffixes. As with TempFile, if the pattern + contains a '*', the random string replaces the last '*'. +

+
+
+
log