lotus/lib/backupds
Eng Zer Jun abef90423d
refactor: use os.ReadDir for lightweight directory reading
`os.ReadDir` was added in Go 1.16 as part of the deprecation of `ioutil`
package. It is a more efficient implementation than `ioutil.ReadDir`.

Reference: https://pkg.go.dev/io/ioutil#ReadDir
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-09-09 19:53:40 +08:00
..
backupds_test.go refactor: use os.ReadDir for lightweight directory reading 2022-09-09 19:53:40 +08:00
cbor.go fix lint 2021-03-11 12:05:32 +01:00
datastore.go chore: fix imports 2022-06-14 17:00:51 +02:00
log.go refactor: use os.ReadDir for lightweight directory reading 2022-09-09 19:53:40 +08:00
read.go WIP: updating to new datastore/blockstore code with contexts 2021-12-09 14:12:25 +02:00