🔖 Release v3.1.7

This commit is contained in:
Daniel 2024-09-24 09:46:43 +08:00
parent 7eb3203c2c
commit bcb997800d
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -21,3 +21,7 @@ package util
func NeedWarnDiskUsage(dataSize int64) bool {
return false
}
func GetDiskUsage(p string) (total, used, free uint64) {
return
}