repositorypackage
0.1.0
Repository: https://github.com/sa6mwa/goimportgraph.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
goimportgraph
Goimportgraph lists the repositories behind go list -mod=readonly -m all
by
crawling for the go-import
meta tags.
$ go install github.com/sa6mwa/goimportgraph@latest
Or use the Makefile
...
$ make
go build -o goimportgraph -ldflags=-s .
$ sudo make install
install goimportgraph /usr/local/bin/goimportgraph