Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tinygo] cmds/core/df: use os.Stat instead of unix.Stat() to retrieve… #1

Closed
wants to merge 4 commits into from

Commits on Jul 30, 2024

  1. cmds/core/mount: move main to run, remove globals

    Signed-off-by: Siarhiej Siemianczuk <[email protected]>
    binjip978 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    dcb8832 View commit details
    Browse the repository at this point in the history
  2. cmds/core/mount: add tests

    Signed-off-by: Siarhiej Siemianczuk <[email protected]>
    binjip978 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    af8bf71 View commit details
    Browse the repository at this point in the history
  3. cmds/core/mount: update error message

    Signed-off-by: Siarhiej Siemianczuk <[email protected]>
    binjip978 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    bf2e60a View commit details
    Browse the repository at this point in the history
  4. [tinygo] cmds/core/df: use os.Stat instead of unix.Stat() to retrieve…

    … device number
    
    Signed-off-by: Roger Standridge <[email protected]>
    archie2x committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    a7c92c7 View commit details
    Browse the repository at this point in the history