Go Callvis Versions Save

Visualize call graph of a Go program using Graphviz

v0.7.0

1 year ago

What's Changed

Many thanks to all new contributors! 🥇

New Contributors

Full Changelog: https://github.com/ofabry/go-callvis/compare/v0.6.1...v0.7.0

v0.6.1

3 years ago
  • use Go library to render images (no need to install Graphviz)
  • by default group by packages

v0.6.0

4 years ago
  • update changed username TrueFurby -> ofabry

v0.5.0

4 years ago
  • support for Go modules #49

v0.4.0

5 years ago

v0.3.5

7 years ago

Changelog

  • use dep for dependencies

v0.3.4

7 years ago

Changelog

  • show calls for two funcs outside focus that both have calls in or out focused package (fixed #4)

v0.3.3

7 years ago

Changelog

  • add option to omit calls from/to std packages

v0.3.2

7 years ago

Changelog

  • add support for multiple limit path prefixes (separate by comma)

v0.3.1

7 years ago

Changelog

  • allow import path as focus option (fixes #3)
  • fix coloring when focusing stdlib package