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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
jfeliu007 avatar

jfeliu007/goplantuml

0
View on GitHub↗
2,095 stars·176 forks·Go·MIT·12 views

Goplantuml

PlantUML Class Diagram Generator for golang projects

Features

  • Code Analysis and Quality - Generates PlantUML class diagrams.
  • Code Analysis Tools - Generates PlantUML diagrams from Go source code.

Star history

Star history chart for jfeliu007/goplantumlStar history chart for jfeliu007/goplantuml

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

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

Projects sharing features with Goplantuml

These projects share indexed features with Goplantuml. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
  • 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
  • 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
  • kisielk/errcheckkisielk avatar

    kisielk/errcheck

    2,519View on GitHub↗

    errcheck checks that you checked errors.

    Go
    View on GitHub↗2,519
Compare all 30 related projects→

Frequently asked questions

What does jfeliu007/goplantuml do?

PlantUML Class Diagram Generator for golang projects

What are the main features of jfeliu007/goplantuml?

The main features of jfeliu007/goplantuml are: Code Analysis and Quality, Code Analysis Tools.

Which projects share features with jfeliu007/goplantuml?

Projects with overlapping indexed features include: 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. go-critic/go-critic — The most opinionated Go source code linter for code audit. dominikh/go-tools — go-tools is a collection of utilities for Go static analysis and memory layout optimization. It provides a toolset… awesome-skills/code-review-skill — This project is a specialized instruction set for AI coding agents designed to perform structured, language-specific… antonygiomarxdev/angular-doctor — Scan your Angular codebase for performance, architecture, and dead code issues — outputs a 0–100 health score with…