Skip to content

keikohi/gorchitect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gorchitect

A tool to visualize dependencies in a golang project. This tool will help you to read the source code as you can quickly see the overall dependencies. Right now, only Windows is supported.

Installation

go get github.com/keikohi/gorchitect

Usage

(Windows)

gorchitect.exe -p "Absolute path of the golang project

Results of the analysis are output to the result.dot under this project.

The results can be visualized in GraphvizOnline

Sample

The following figure shows the result of visualizing this project. graphviz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages