PlantUML Class Diagram Generator for golang projects
jfeliu007/goplantuml 的主要功能包括:Code Analysis and Quality, Code Analysis Tools。
jfeliu007/goplantuml 的开源替代品包括: 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…
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
The most opinionated Go source code linter for code audit.
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