1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-03 07:36:45 +02:00
seaweedfs/weed/storage/needle
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
..
async_request.go write request keep compatible with before 2020-05-06 21:35:32 +08:00
crc.go The IEEE assembler optimizations has been submitted and will be part of the Go 1.6 standard library. 2021-08-17 13:06:48 +05:00
file_id.go weed export: print out [start,stop) content range 2020-09-14 22:57:23 -07:00
file_id_test.go Change joeslay paths to chrislusf paths 2019-09-12 14:18:21 +01:00
needle.go adjust comment 2021-09-27 01:58:03 -07:00
needle_parse_upload.go refactor: move from io/ioutil to io and os package 2021-10-14 12:27:58 +08:00
needle_read_write.go add error message 2021-09-02 12:32:46 -07:00
needle_read_write_test.go refactor: move from io/ioutil to io and os package 2021-10-14 12:27:58 +08:00
needle_test.go Change joeslay paths to chrislusf paths 2019-09-12 14:18:21 +01:00
volume_id.go add function ParseFileIdFromString 2019-04-20 18:39:06 +08:00
volume_id_test.go style: go fmt for all 2019-04-30 03:22:19 +00:00
volume_ttl.go better unit detection 2020-12-03 19:23:59 -08:00
volume_ttl_test.go Update volume_ttl_test.go 2020-12-03 12:55:44 -08:00
volume_version.go refactoring 2019-04-18 21:43:36 -07:00