1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00

docs: improve deps graph

This commit is contained in:
Carlos Alexandro Becker 2018-09-13 08:30:10 -03:00
parent e9cc0c9780
commit b3ac89e091
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 411 additions and 477 deletions

View File

@ -76,7 +76,7 @@ serve:
depgraph:
go get github.com/kisielk/godepgraph
godepgraph -horizontal -s -o github.com/goreleaser github.com/goreleaser/goreleaser | dot -Tsvg -o www/static/deps.svg
godepgraph -horizontal -s -o github.com/goreleaser/goreleaser . | dot -Tsvg -o www/static/deps.svg
.PHONY: depgraph
# Show to-do items per file.

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 72 KiB