Commit Graph

5 Commits

Author SHA1 Message Date
Eng Zer Jun
8164a625c7 refactor: move from io/ioutil to io and os package
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-10-05 01:40:59 +08:00
Daylon Wilkins
6b2b68923b Further attempts to fix ACCESS_DENIED error on Windows 2021-07-15 13:26:59 -07:00
Aaron Son
84c3066348 go/**/*.go: Update copyright headers for company name change. 2020-11-02 10:17:02 -08:00
Aaron Son
2b0c597ff4 go/store/{datas,util/tempfiles}: Fix some races in map writes. One effects clones, one effects only tests. 2020-10-26 15:47:25 -07:00
Brian Hendriks
7cf6c6da71 Fix issue with renaming temp files across volumes (#671) 2020-05-08 15:06:57 -07:00