errcheck
error checker
An analyzer tool for detecting unchecked errors in Go code
errcheck checks that you checked errors.
2k stars
27 watching
138 forks
Language: Go
last commit: 2 months ago
Linked from 2 awesome lists
errcheckerrorgolinter
Related projects:
Repository | Description | Stars |
---|---|---|
hashicorp/go-multierror | A package for representing multiple error values as a single error | 2,367 |
dvyukov/go-fuzz | A tool for generating and testing random inputs to ensure software reliability | 4,790 |
securego/gosec | A tool that scans Go source code for potential security vulnerabilities | 7,894 |
cweill/gotests | Generates Go test boilerplate from source code | 4,975 |
asaskevich/govalidator | Package of validators and sanitizers for strings, structs, and collections | 6,061 |
golang/tools | Provides tools and packages for static analysis and code transformation of Go programs. | 7,430 |
dominikh/go-tools | A comprehensive toolset for static code analysis and optimization in the Go programming language | 6,252 |
snwfdhmp/errlog | A tool to improve error logging and debugging in Go by providing detailed information about the source of errors. | 460 |
google/gops | A tool to diagnose and inspect running Go processes on a system. | 6,770 |
errbit/errbit | An error catching and management tool for Rails applications. | 4,244 |
go-git/go-git | A high-level implementation of the Git version control system in Go | 6,070 |
emperror/emperror | Tools and strategies for handling errors in Go applications | 347 |
russross/blackfriday | A markdown processor implemented in Go, supporting common extensions and fast utf-8 input processing. | 5,476 |
flycheck/flycheck | An Emacs extension that provides on-the-fly syntax checking capabilities. | 2,423 |
disposaboy/gosublime | An integrated development environment plugin for Sublime Text 3 that enhances Go/Golang development experience with various features and tools. | 3,419 |