github.com/thockin/dbg

Debugging lib for Go


License
Apache-2.0
Install
go get github.com/thockin/dbg

Documentation

dbg - Debugging prints

GoReportCard Widget GoDoc Widget

Why?

Given the general lack of debugger support for Go (Delve is getting there), I frequently find myself instrumenting code with random fmt.Printf() calls. This package is just a cleaner form of that. There's nothing shocking or clever here, just a chance to avoid some duplication of effort.

PRs welcome.