~whereswaldon/stackgraph

main: commit module and license

Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>
main: generate simple graphviz output

This commit teaches the program to write graphviz notation to stdout describing
a simplified graph of the goroutine relationships. Unfortunately, there are so
many goroutines that it's still too difficult to digest the results.

Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>
main: basic stacktrace parser working

Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>