
GoCity - Golang source code visualization in 3D
GoCity is an implementation of the Code City metaphor for visualizing Go source code. Visit our repository for more details. You can also add a custom badge for your go repository.
GitHub - ondrajz/go-callvis: Visualize call graph of a Go program …
go-callvis is a development tool to help visualize call graph of a Go program using interactive view. The purpose of this tool is to provide developers with a visual overview of a Go program using data from call graph and its relations with packages and types.
Golang visualizer to visualize go code - GitHub
This project aims to visualize the go code inside a location on your file system. It will show the dependencies between packages and content of those packages. Public Types; Public Variables; Public Functions
Is there a good visualizer for GO? : r/golang - Reddit
Nov 21, 2023 · There are plenty pprof visualisers online. Collect the pprof profile and use any tool you would like. I think the thing you are looking for is a step-by-step debugger. i.e. delve. AFAIK, it should work fine directly from VS Code and Goland.
Visualize call graph of a Go program using Graphviz - go-callvis
go-callvis is a development tool to help visualize call graph of a Go program using interactive view. The purpose of this tool is to provide developers with a visual overview of a Go program using data from call graph and its relations with packages and types.
kisielk/godepgraph: A Go dependency graph visualization tool - GitHub
godepgraph is a program for generating a dependency graph of Go packages. For basic usage, just give the package path of interest as the first argument: If you intent to graph a go mod project, your package should be passed as a relative path: The output is a graph in Graphviz dot format.
go-code-visualizer command - github.com/CodeHipster/go
Aug 19, 2018 · go-code-visualizer. This project aims to visualize the go code inside a location on your file system. It will show the dependencies between packages and content of those packages. Public Types; Public Variables; Public Functions; What does it do? The go-code-visualizer will generate a gv(graphviz) file that can be visualized by a dot language ...
Codemap | the code visualization you wished for
Codemap visualizes any codebase as a graph for software engineers to quickly understand the code architecture. Supports Typescript, Python, Java, PHP, Ruby, Go (Golang), and Terraform.
A Source Code Path Visualizer : r/golang - Reddit
Jul 24, 2022 · A few weeks back I made a short demo on an indexing tool that I started working on for visualising source code paths and call stacks. (This is the first demo: Indexing Tool Demo ) Originally I wanted to port it to support C as a first pass but I've decided to port it to Go instead and made a follow up post on this tool's development.
Recommendations for code analysis and code visualization tools
Oct 27, 2019 · I'm looking for a code analysis tool that can help me visualize code structure (as in something like UML diagrams) and help identify where functions and variables are being used in the code. Something that would help with poorly documented code …
- Some results have been removed