Skip to content
This repository was archived by the owner on May 9, 2021. It is now read-only.

Commit 6edffad

Browse files
committed
README: make it clear that golint is deprecated and frozen
For golang/go#38968. Change-Id: I52fe4f2934910600c89ac705a7fb3c57b4844a9d Reviewed-on: https://go-review.googlesource.com/c/lint/+/318189 Trust: Daniel Martí <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 83fdc39 commit 6edffad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
**NOTE:** Golint is [deprecated and frozen](https://github.com/golang/go/issues/38968).
2+
There's no drop-in replacement for it, but tools such as [Staticcheck](https://staticcheck.io/)
3+
and `go vet` should be used instead.
4+
15
Golint is a linter for Go source code.
26

37
[![Go Reference](https://pkg.go.dev/badge/golang.org/x/lint.svg)](https://pkg.go.dev/golang.org/x/lint)

0 commit comments

Comments
 (0)