]> Cypherpunks.ru repositories - gostls13.git/commit
syscall: replace os.MkdirTemp with T.TempDir
authorianwoolf <btw515wolf2@gmail.com>
Wed, 7 Apr 2021 14:32:56 +0000 (22:32 +0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 7 Apr 2021 23:00:58 +0000 (23:00 +0000)
commitf60aa7a18cedd8f09dabbef9840893442fd2bda4
treed04ac7312aadfd07f8128da5f6df44974fa39091
parentfca51ba24a829233ca133455fd3f161ffc9d7c55
syscall: replace os.MkdirTemp with T.TempDir

Updates #45402

Change-Id: I573133d6b987e8ac23e3e2018652612af684c755
Reviewed-on: https://go-review.googlesource.com/c/go/+/307990
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
src/syscall/dirent_test.go
src/syscall/getdirentries_test.go
src/syscall/syscall_unix_test.go
src/syscall/syscall_windows_test.go