seaweedfs/weed/util/chunk_cache
Eng Zer Jun a23bcbb7ec
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-14 12:27:58 +08:00
..
chunk_cache.go make reader_at handle random reads more efficiently for FUSE 2021-04-28 19:13:37 -04:00
chunk_cache_in_memory.go make reader_at handle random reads more efficiently for FUSE 2021-04-28 19:13:37 -04:00
chunk_cache_on_disk.go make reader_at handle random reads more efficiently for FUSE 2021-04-28 19:13:37 -04:00
chunk_cache_on_disk_test.go refactor: move from io/ioutil to io and os package 2021-10-14 12:27:58 +08:00
on_disk_cache_layer.go mount: avoid exception if disk cache is not initialized 2021-05-31 16:42:55 -07:00