diff options
| author | Eric Biggers <ebiggers@google.com> | 2023-09-09 14:55:52 -0700 |
|---|---|---|
| committer | Eric Biggers <ebiggers@google.com> | 2023-09-09 14:59:15 -0700 |
| commit | 164d65b5ab5377587196748ac485bdda027b3a48 (patch) | |
| tree | dba7ea16eb331f4ac7d382cd73b8b3896e4063f1 /.gitignore | |
| parent | ed87812bb4d1fb37c66671f3eb598ac6194bc35c (diff) | |
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.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,7 +1,6 @@ bin/fscrypt bin/pam_fscrypt.so bin/protoc -bin/golint bin/protoc-gen-go bin/goimports bin/staticcheck |