awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
kisielk avatar

kisielk/errcheck

0
View on GitHub↗
2,519 stars·146 forks·Go·MIT·8 views

Errcheck

errcheck checks that you checked errors.

Features

  • Code Analysis and Quality - Detects unchecked error returns.
  • Code Analysis Tools - Finds unhandled errors in Go programs.
  • Static Analysis Tools - Checks that error return values are handled in Go.

Star history

Star history chart for kisielk/errcheckStar history chart for kisielk/errcheck

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Errcheck

Similar open-source projects, ranked by how many features they share with Errcheck.
  • golang/lintgolang avatar

    golang/lint

    3,969View on GitHub↗

    This is a static analysis linter and code quality tool for Go. It analyzes source code to identify common coding errors, style mistakes, and inconsistencies with language conventions. The tool is designed for integration with text editors and integrated development environments, exporting linting results in formats that support quickfix menus. Its capabilities include Go static analysis and source code quality assurance across files and packages. The system utilizes a static analysis pipeline and rule-based pattern matching to identify structural patterns that violate predefined coding stand

    Go
    View on GitHub↗3,969
  • dominikh/go-toolsdominikh avatar

    dominikh/go-tools

    6,818View on GitHub↗

    go-tools is a collection of utilities for Go static analysis and memory layout optimization. It provides a toolset designed to analyze source code to detect bugs and dead code, alongside specialized tools for optimizing how structs are arranged in memory. The project includes a memory alignment visualizer to display physical memory layouts and padding, as well as a struct layout optimizer that reorders fields to minimize memory padding. Additionally, it provides a boilerplate generator to automate the creation of registration and test files required for developing custom Go analyzers. The to

    Go
    View on GitHub↗6,818
  • go-critic/go-criticgo-critic avatar

    go-critic/go-critic

    2,054View on GitHub↗

    The most opinionated Go source code linter for code audit.

    Go
    View on GitHub↗2,054
  • 360entsecgroup-skylar/goreporter360EntSecGroup-Skylar avatar

    360EntSecGroup-Skylar/goreporter

    3,123View on GitHub↗

    A Golang tool that does static analysis, unit testing, code review and generate code quality report.

    Go
    View on GitHub↗3,123
See all 30 alternatives to Errcheck→

Frequently asked questions

What does kisielk/errcheck do?

errcheck checks that you checked errors.

What are the main features of kisielk/errcheck?

The main features of kisielk/errcheck are: Code Analysis and Quality, Code Analysis Tools, Static Analysis Tools.

What are some open-source alternatives to kisielk/errcheck?

Open-source alternatives to kisielk/errcheck include: dominikh/go-tools — go-tools is a collection of utilities for Go static analysis and memory layout optimization. It provides a toolset… golang/lint — This is a static analysis linter and code quality tool for Go. It analyzes source code to identify common coding… go-critic/go-critic — The most opinionated Go source code linter for code audit. 360entsecgroup-skylar/goreporter — A Golang tool that does static analysis, unit testing, code review and generate code quality report. jendrikseipp/vulture — Vulture is a static analysis tool and linter designed to find unused variables, functions, and classes in Python… jfeliu007/goplantuml — PlantUML Class Diagram Generator for golang projects.