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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user