awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mibk avatar

mibk/dupl

0
View on GitHub↗
369 星标·22 分支·Go·MIT·4 次浏览

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 历史

mibk/dupl 的 Star 历史图表mibk/dupl 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

mibk/dupl 是做什么的?

a tool for code clone detection

mibk/dupl 的主要功能有哪些?

mibk/dupl 的主要功能包括:Code Analysis Tools, Static Analysis Tools。

mibk/dupl 有哪些开源替代品?

mibk/dupl 的开源替代品包括: 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.

Dupl 的开源替代方案

相似的开源项目,按与 Dupl 的功能重合度排序。
  • go-critic/go-criticgo-critic 的头像

    go-critic/go-critic

    2,054在 GitHub 上查看↗

    The most opinionated Go source code linter for code audit.

    Go
    在 GitHub 上查看↗2,054
  • golang/lintgolang 的头像

    golang/lint

    3,969在 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
    在 GitHub 上查看↗3,969
  • dominikh/go-toolsdominikh 的头像

    dominikh/go-tools

    6,818在 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
    在 GitHub 上查看↗6,818
kisielk/errcheckkisielk 的头像

kisielk/errcheck

2,519在 GitHub 上查看↗

errcheck checks that you checked errors.

Go
在 GitHub 上查看↗2,519
查看 Dupl 的所有 30 个替代方案→