chore: Fix link in the README (#23488)
parent
cbbf4b27da
commit
3fcc085480
|
@ -141,7 +141,7 @@ Generally, code must be adjusted to satisfy these tools, though there are except
|
||||||
- [go vet](https://golang.org/cmd/vet/) checks for Go code that should be considered incorrect.
|
- [go vet](https://golang.org/cmd/vet/) checks for Go code that should be considered incorrect.
|
||||||
- [go fmt](https://golang.org/cmd/gofmt/) checks that Go code is correctly formatted.
|
- [go fmt](https://golang.org/cmd/gofmt/) checks that Go code is correctly formatted.
|
||||||
- [go mod tidy](https://tip.golang.org/cmd/go/#hdr-Add_missing_and_remove_unused_modules) ensures that the source code and go.mod agree.
|
- [go mod tidy](https://tip.golang.org/cmd/go/#hdr-Add_missing_and_remove_unused_modules) ensures that the source code and go.mod agree.
|
||||||
- [staticcheck](http://next.staticcheck.io/docs/) checks for things like: unused code, code that can be simplified, code that is incorrect and code that will have performance issues.
|
- [staticcheck](https://staticcheck.io/docs/) checks for things like: unused code, code that can be simplified, code that is incorrect and code that will have performance issues.
|
||||||
|
|
||||||
### staticcheck
|
### staticcheck
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue