mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
bcdfad3c83
This changes log statements from log to fs package, which is required for --use-json-log to properly make log output in JSON format. The recently added custom linting rule, handled by ruleguard via gocritic via golangci-lint, warns about these and suggests the alternative. Fixing was therefore basically running "golangci-lint run --fix", although some manual fixup of mainly imports are necessary following that. |
||
---|---|---|
.. | ||
dir.go | ||
edge_cases.go | ||
file.go | ||
fs.go | ||
os.go | ||
read_non_unix.go | ||
read_unix.go | ||
read.go | ||
submount.go | ||
vfs.go | ||
write_other.go | ||
write_unix.go | ||
write_windows.go | ||
write.go |