1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-29 05:41:02 +02:00
seaweedfs/weed/operation
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
..
assign_file_id.go return error early 2021-10-11 01:24:30 -07:00
buffer_pool.go go fmt 2021-04-02 02:22:59 -07:00
chunked_file.go refactor: move from io/ioutil to io and os package 2021-10-14 12:27:58 +08:00
data_struts.go
delete_content.go change server address from string to a type 2021-09-12 22:47:52 -07:00
grpc_client.go change server address from string to a type 2021-09-12 22:47:52 -07:00
lookup.go go fmt 2021-09-14 10:37:06 -07:00
lookup_vid_cache.go
lookup_vid_cache_test.go
needle_parse_test.go refactoring 2021-09-06 16:20:49 -07:00
submit.go change server address from string to a type 2021-09-12 22:47:52 -07:00
sync_volume.go change server address from string to a type 2021-09-12 22:47:52 -07:00
tail_volume.go change server address from string to a type 2021-09-12 22:47:52 -07:00
upload_content.go refactor: move from io/ioutil to io and os package 2021-10-14 12:27:58 +08:00