44f7700c0c
* Backend: Enable Go module graph pruning and lazy module loading This commit applies the changes by running `go mod tidy -go=1.17` to enable module graph pruning and lazy module loading supported by Go 1.17 or higher. Signed-off-by: Eng Zer Jun <engzerjun@gmail.com> * Backend: 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> |
||
---|---|---|
.. | ||
testdata | ||
base.go | ||
base_test.go | ||
birthtime.go | ||
birthtime_test.go | ||
blacklist.go | ||
blacklist_test.go | ||
cache.go | ||
cache_test.go | ||
canonical.go | ||
canonical_test.go | ||
case.go | ||
case_test.go | ||
codec.go | ||
copy.go | ||
dirs.go | ||
dirs_test.go | ||
done.go | ||
done_test.go | ||
ext.go | ||
ext_test.go | ||
fileinfo.go | ||
fileinfo_test.go | ||
filetype.go | ||
filetype_test.go | ||
fs.go | ||
fs_test.go | ||
hash.go | ||
hash_test.go | ||
id.go | ||
id_test.go | ||
ignore.go | ||
ignore_test.go | ||
mediatype.go | ||
mediatype_test.go | ||
mime.go | ||
mime_test.go | ||
move.go | ||
name.go | ||
name_test.go | ||
readlines.go | ||
walk.go | ||
walk_test.go | ||
zip.go |