Removed unused debian directory #2000

This commit is contained in:
Mike Farah
2024-04-13 11:00:39 +10:00
parent fe84f62288
commit a4b9c3049b
9 changed files with 1 additions and 338 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ import (
"os"
)
func changeOwner(info fs.FileInfo, file *os.File) error {
func changeOwner(_ fs.FileInfo, _ *os.File) error {
return nil
}