awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
kisielk avatar

kisielk/errcheck

0
View on GitHub↗
2,519 estrellas·146 forks·Go·MIT·9 vistas

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.

Historial de estrellas

Gráfico del historial de estrellas de kisielk/errcheckGráfico del historial de estrellas de kisielk/errcheck

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace kisielk/errcheck?

errcheck checks that you checked errors.

¿Cuáles son las características principales de kisielk/errcheck?

Las características principales de kisielk/errcheck son: Code Analysis and Quality, Code Analysis Tools, Static Analysis Tools.

¿Qué alternativas de código abierto existen para kisielk/errcheck?

Las alternativas de código abierto para kisielk/errcheck incluyen: 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.

Alternativas open-source a Errcheck

Proyectos open-source similares, clasificados según cuántas características comparten con Errcheck.
  • golang/lintAvatar de golang

    golang/lint

    3,969Ver en 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
    Ver en GitHub↗3,969
  • dominikh/go-toolsAvatar de dominikh

    dominikh/go-tools

    6,818Ver en 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
    Ver en GitHub↗6,818
  • go-critic/go-criticAvatar de go-critic

    go-critic/go-critic

    2,054Ver en GitHub↗

    The most opinionated Go source code linter for code audit.

    Go
    Ver en GitHub↗2,054
  • 360entsecgroup-skylar/goreporterAvatar de 360EntSecGroup-Skylar

    360EntSecGroup-Skylar/goreporter

    3,123Ver en GitHub↗

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

    Go
    Ver en GitHub↗3,123
  • Ver las 30 alternativas a Errcheck→