]> Cypherpunks.ru repositories - gostls13.git/commit
internal/execabs: replace ioutil.WriteFile with os.WriteFile
authorManlio Perillo <manlio.perillo@gmail.com>
Mon, 12 Apr 2021 19:46:14 +0000 (21:46 +0200)
committerIan Lance Taylor <iant@golang.org>
Mon, 12 Apr 2021 21:57:23 +0000 (21:57 +0000)
commitcccd3ba912ae903498e7fdc60fb47f5cb64c3570
tree8096230812cd218d2658d61aeb3a9dde4026f3f0
parentaad13cbb749d1e6c085ff0556d306de1a2d5d063
internal/execabs: replace ioutil.WriteFile with os.WriteFile

Fixes #45532.

Change-Id: I844acd50d6fa1ce918969bbb52f79dd7412d289f
Reviewed-on: https://go-review.googlesource.com/c/go/+/309350
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Tobias Klauser <tobias.klauser@gmail.com>
src/internal/execabs/execabs_test.go