google / fscrypt

Go tool for managing Linux filesystem encryption
Apache License 2.0
876 stars 97 forks source link

Stop using golang.org/x/lint #386

Closed ebiggers closed 10 months ago

ebiggers commented 10 months ago

golint is not supported anymore. See https://github.com/golang/go/issues/38968.

We already use both 'go vet' and 'staticheck' which are maintained.