]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commit
Stop using golang.org/x/lint
authorEric Biggers <ebiggers@google.com>
Sat, 9 Sep 2023 21:55:52 +0000 (14:55 -0700)
committerEric Biggers <ebiggers@google.com>
Sat, 9 Sep 2023 21:59:15 +0000 (14:59 -0700)
commit164d65b5ab5377587196748ac485bdda027b3a48
treedba7ea16eb331f4ac7d382cd73b8b3896e4063f1
parented87812bb4d1fb37c66671f3eb598ac6194bc35c
Stop using golang.org/x/lint

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

We already use both 'go vet' and 'staticcheck' which are maintained.
.gitignore
CONTRIBUTING.md
Makefile
go.mod
go.sum
tools.go