go-disk-usage
go-disk-usage copied to clipboard
fix: compatibility with FreeBSD
Hi,
I try to build a project using du library on FreeBSD, but because of mess in stat structure across platforms, there is a problem with int64 vs uint64. Thus I added a typecast into Available function, the same as already is in Size.
Regards