go-dependency-graph:程序的视觉依赖关系概述

时间:2024-05-20 23:12:32
【文件属性】:

文件名称:go-dependency-graph:程序的视觉依赖关系概述

文件大小:160KB

文件格式:ZIP

更新时间:2024-05-20 23:12:32

visualization golang package dependency-graph Go

去依赖图 该工具的目的是为您的程序提供可视化的依赖关系概述。 视觉必需 sudo apt-get install graphviz 安装 go get github.com/tanmoyopenroot/go-dependency-graph 命令行 只需使用一个或多个软件包名称执行main.go即可可视化。 $ go run main.go const.go dot-graph.go generate-dependency-graph.go show-dependency-tree.go dot-template.go -show-std=true strings Arguments: [strings] strings ├ errors ├ io ├ errors └ sync ├ internal/race └ unsafe ├


【文件预览】:
go-dependency-graph-master
----.gitignore(334B)
----output()
--------fmt-ignore.dot(543B)
--------strings.dot(690B)
----dot-template.go(497B)
----generate-dependency-graph.go(2KB)
----main.go(2KB)
----dot-graph.go(104B)
----README.md(2KB)
----const.go(100B)
----screenshot()
--------strings.png(77KB)
--------fmt-ignore.png(44KB)
--------fmt.png(38KB)
----show-dependency-tree.go(891B)

网友评论