Skip to content

Commit

Permalink
添加依赖说明
Browse files Browse the repository at this point in the history
  • Loading branch information
iNevd authored May 24, 2019
1 parent e0040e8 commit 347d620
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
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)

0 comments on commit 347d620

Please sign in to comment.