🔖 Release v3.1.7
This commit is contained in:
parent
7eb3203c2c
commit
bcb997800d
1 changed files with 4 additions and 0 deletions
|
@ -21,3 +21,7 @@ package util
|
|||
func NeedWarnDiskUsage(dataSize int64) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func GetDiskUsage(p string) (total, used, free uint64) {
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue