Skip to content

Get the dependencies or import cycles of Go packages

License

Notifications You must be signed in to change notification settings

cgxarrie-go/godeps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoDeps

godeps is tool to retrieve and visualize Go source code dependency trees and find not allowed import cycles

Install

go install github.com/cgxarrie-go/godeps@latest

Usage

godeps get <package-name>

print all dependencies tree for the stated package.

godeps cycle <package-name>

print all dependencies tree involved in an import cycle.