internal/validations.go
- GetAvailableDiskSize fn is not working properly
- syscall.Statfs is not defined
- syscall.Statfs_t is not defined
this is creating error becuase syscall methods Statfs and Stats_t is os specific
and are only available in UNIX like systems
internal/validations.go
this is creating error becuase syscall methods Statfs and Stats_t is os specific
and are only available in UNIX like systems