containerd / continuity

A transport-agnostic, filesystem metadata manifest system
https://containerd.io
Apache License 2.0
137 stars 66 forks source link

Various small fix-ups #202

Closed thaJeztah closed 2 years ago

thaJeztah commented 2 years ago

fs: fix minor linting and gofmt issue

sysx: remove unused sysx/generate.sh script

This script was added in 0817db4d851b63a8d6eafde9dd796f4811312848, but the code it generated was upstreamed to golang.org/x/sys, and replaced in 6268e2853725013ad865fccb576bc215d48ecb08, so should no longer be needed.

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.

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.