The brief introduction to analyze core dump generated by go program.
Debugging with core dump is very useful. However, debugging core dump
generated by go program was a bit difficult. It's because gdb can't interpret
go program's structure properly.
For several years ago, delve, the go program's de facto debugging tool,
implements the core dump analyzing subcommand. This slide introduces
this subcommand.