schoren / golang-arch-viewer

Tool to check package dependencies in a golang project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golang project arch viewer

Quickly view your package organization.

How to use it

Compile it and run the executable at the root directory of your project.

You can build the project with make:

make

or directly with go:

go build -o dist/go-arch

About

Tool to check package dependencies in a golang project


Languages

Language:Go 99.8%Language:Makefile 0.2%