go_import_graph

command module
v0.0.0-...-027327b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2022 License: GPL-3.0 Imports: 14 Imported by: 0

README

go_import_graph

A simple command line tool to analyse Go package imports and render them as a PNG.

basic usage

go run github.com/edofic/go_import_graph@latest -module="mymodule"

And an image will pop up.

Where "mymodule" is usually the name of the Go module you want to analyse. You can also specify an arbitrary string here as this is only used for substring matching when analysing imports.

Optionally you can specify folder other than current via -module.

By default a new file will be created in your tmp dir, you can override this by specifying -target

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL