build: add package comments to silence revive linter

This commit is contained in:
albertony
2022-08-28 13:43:51 +02:00
parent 02b7613104
commit 555def2da7
132 changed files with 164 additions and 68 deletions
+1 -1
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