1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-16 00:04:40 +00:00

build: add package comments to silence revive linter

This commit is contained in:
albertony
2022-08-28 13:21:57 +02:00
parent 02b7613104
commit 555def2da7
132 changed files with 164 additions and 68 deletions

View File

@@ -92,7 +92,7 @@ func PreAllocate(size int64, out *os.File) error {
}
const (
FSCTL_SET_SPARSE = 0x000900c4
FSCTL_SET_SPARSE = 0x000900c4 // Control code to set or clears the FILE_ATTRIBUTE_SPARSE_FILE attribute of a file.
)
// SetSparseImplemented is a constant indicating whether the