Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 697 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 697 Bytes

godeps

Build Status

github.com/ToQoz/godeps reveal go pkg dependencies.

$ cd a-go-pkg
$ godeps .
$ dot -Tpng godeps.dot -o godeps.png

You can embed to your project's README like this.

godeps

Dependencies graph

TODO

godoc like web version. And it provide badge like travis-ci.

By the way

If you simply want to know imported pkgs. You can do by excuting go list -f {{.Imports}} or go list -f {{.Deps}}

go list -f {{.Deps}} gets pkgs recursively.

See also