Skip to content

Commit

Permalink
🎨 Support local file system sync & backup #11
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Dec 31, 2024
1 parent c81535c commit 1b3b69c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util/disk_mobile.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

package util

import "math"

func GetFreeDiskSpace(p string) (free int64) {
return math.MaxInt64
}

0 comments on commit 1b3b69c

Please sign in to comment.