awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mibk avatar

mibk/dupl

0
View on GitHub↗
369 Stars·22 Forks·Go·MIT·1 Aufruf

Dupl

a tool for code clone detection

Features

  • Code Analysis Tools - Identifies duplicated code blocks.
  • Static Analysis Tools - Reports potentially duplicated code in Go.

Star-Verlauf

Star-Verlauf für mibk/duplStar-Verlauf für mibk/dupl

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Dupl

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Dupl.
  • go-critic/go-criticAvatar von go-critic

    go-critic/go-critic

    2,054Auf GitHub ansehen↗

    The most opinionated Go source code linter for code audit.

    Go
    Auf GitHub ansehen↗2,054
  • golang/lintAvatar von golang

    golang/lint

    3,969Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,969
  • dominikh/go-toolsAvatar von dominikh

    dominikh/go-tools

    6,818Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,818
  • kisielk/errcheckAvatar von kisielk

    kisielk/errcheck

    2,519Auf GitHub ansehen↗

    errcheck checks that you checked errors.

    Go
    Auf GitHub ansehen↗2,519
Alle 30 Alternativen zu Dupl anzeigen→

Häufig gestellte Fragen

Was macht mibk/dupl?

a tool for code clone detection

Was sind die Hauptfunktionen von mibk/dupl?

Die Hauptfunktionen von mibk/dupl sind: Code Analysis Tools, Static Analysis Tools.

Welche Open-Source-Alternativen gibt es zu mibk/dupl?

Open-Source-Alternativen zu mibk/dupl sind unter anderem: golang/lint — This is a static analysis linter and code quality tool for Go. It analyzes source code to identify common coding… kisielk/errcheck — errcheck checks that you checked errors. dominikh/go-tools — go-tools is a collection of utilities for Go static analysis and memory layout optimization. It provides a toolset… go-critic/go-critic — The most opinionated Go source code linter for code audit. amir-valizadeh/ts-analyzer — A comprehensive TypeScript codebase analyzer that provides detailed metrics on type safety, code complexity, and… alexkohler/dogsled — dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.