This repository has been archived on 2022-07-30. You can view files and clone it, but cannot push or open issues/pull-requests.
mdb/dep-graph.sh

6 lines
73 B
Bash
Executable File

#!/bin/bash
godepgraph -s . > .deps.dot && xdot .deps.dot
rm .deps.dot