/mqd

Easy printf-style debugging for Go

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

MagisterQuis's printf-style Debug package for Go

Go Reference

A little package to make printf-style debugging slightly easier than just using the stock log package.

Please see the godoc for more details.

Features

  • Prints filename and line
  • Logs to standard error, by default
  • Prints a warning message on load