9 ms·
For golang std lib, since packages have no circular deps, it can be automatically drawn out like this: http://lonnie.io/gostd/dagvis/ http://lonnie.io/gostd/da
by h8liu 11y ago
For golang std lib, since packages have no circular deps, it can be automatically drawn out like this:
http://lonnie.io/gostd/dagvis/ http://lonnie.io/gostd/dagvis/
If you write your project that even has no circular deps among files and all files are small (like me in https://github.com/h8liu/e8vm https://github.com/h8liu/e8vm), you can draw the similar graph but at a much finer granularity, like this:
http://8k.lonnie.io/ http://8k.lonnie.io/
- baby 11y agowow! What did you use to make these? It looks awesome!
- h8liu 11y agoThanks. Here are my hand-made tools to generate those stuff: https://github.com/h8liu/e8tools https://github.com/h8liu/e8tools Javascript version (I actually wrote this first for go std lib): https://github.com/h8liu/dagvis https://github.com/h8liu/dagvis