-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,24 @@ | ||
# 简介 | ||
|
||
使用图像直观展示 `golang` 包依赖关系 | ||
> 使用图像直观展示 `golang` 包依赖关系 | ||
# 安装 | ||
|
||
`go get github.com/iNevd/graphpkg` | ||
> `go get github.com/iNevd/graphpkg` | ||
# 依赖 | ||
|
||
> 依赖[graphviz](http://www.graphviz.org/) | ||
# 使用 | ||
|
||
`graphpkg [package1 package2...]` | ||
> `graphpkg [package1 package2...]` | ||
`graphpkg net` | ||
> `graphpkg net` | ||
# 例子 | ||
|
||
`graphpkg os` 结果输出如图 | ||
> `graphpkg os` 结果输出如图 | ||
![time](https://user-images.githubusercontent.com/9940894/58329957-6e13ca00-7e68-11e9-8243-49ea965b4dd3.jpg) | ||
|