]> Cypherpunks repositories - gostls13.git/commit
doc/go1.14: document io/ioutil.TempDir's predictable prefix+suffix
authorEmmanuel T Odeke <emmanuel@orijtech.com>
Wed, 5 Feb 2020 19:36:00 +0000 (11:36 -0800)
committerEmmanuel Odeke <emm.odeke@gmail.com>
Wed, 5 Feb 2020 22:19:16 +0000 (22:19 +0000)
commite5b9c1068913c09f90ca4d7f8b0d97903f37fc1c
tree1e6c16a57468fd72ecb2a02adc7018ba996781bd
parent7a36fa400286ca51192a7661a7ffbf9a39c396b3
doc/go1.14: document io/ioutil.TempDir's predictable prefix+suffix

Documents io/ioutil.TempDir's new ability to create
predictable prefixes and suffixes, derived from the argument
'pattern', separated by the last '*' in it.

References: CL 198488

Updates #36878

Change-Id: I92c52fcc7d480ce74746e99e6e85a04efb87294f
Reviewed-on: https://go-review.googlesource.com/c/go/+/217780
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.14.html