Slide 18
Slide 18 text
Tooling gotchas
18
Debugging
- The portions residing in C aren’t as
readily accessed through Go’s tooling.
- Race detector, pprof for profiling
code, coverage, fuzz testing, and
source code analysis tools don’t work
across the board
@jcchavezs