From 8e2667eaed2f1138d8394a759126357e54cd8952 Mon Sep 17 00:00:00 2001 From: Chuong Tran Date: Sun, 11 Oct 2020 11:50:30 +0700 Subject: [PATCH] add godepviz --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06b4847..0e7b02e 100644 --- a/README.md +++ b/README.md @@ -957,3 +957,4 @@ A curated list of awesome Go frameworks, libraries and software. * [colinmarc/hdfs](https://github.com/colinmarc/hdfs) - A native go client for HDFS * [steve0hh/midas](https://github.com/steve0hh/midas) - Go implementation of MIDAS: Microcluster-Based Detector of Anomalies in Edge Streams * [gookit/color](https://github.com/gookit/color) - A command-line color library with true color support, universal API methods and Windows support. +* [godepviz](https://github.com/chuongtrh/godepviz) - Visualize Go imports in Graphviz DOT format. Demo at: [godepgraph](https://godepgraph.vercel.app/)