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

Various small fix-ups #202

Merged
merged 4 commits into from Apr 5, 2022
Merged

Various small fix-ups #202

merged 4 commits into from Apr 5, 2022

Commits on Apr 4, 2022

  1. fs: fix minor linting and gofmt issue

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    e9ca807 View commit details
    Browse the repository at this point in the history
  2. sysx: remove unused sysx/generate.sh script

    This script was added in 0817db4,
    but the code it generated was upstreamed to golang.org/x/sys, and
    replaced in 6268e28, so should no
    longer be needed.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    de7fd6b View commit details
    Browse the repository at this point in the history
  3. golangci-lint: replace "golint" with "revive"

    The linter 'golint' is deprecated (since v1.41.0) due to: The repository
    of the linter has been archived by the owner.  Replaced by revive.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    7917549 View commit details
    Browse the repository at this point in the history
  4. README: update badges and links

    The Build Status badge was still linked to travis, which we no longer
    use. While at it, also updated the links to the documentation, and
    updated a link to the runtime-spec.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    7fa1569 View commit details
    Browse the repository at this point in the history