Skip to content

Compatibility Issue: 'syscall.Statfs' Function Not Supported in Windows Environment #437

@sundaram2021

Description

@sundaram2021

internal/validations.go

  1. GetAvailableDiskSize fn is not working properly
  2. syscall.Statfs is not defined
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions