Show HN: Dlg – Zero-cost printf-style debugging for Go
dlg delog - /diːˈlɑːɡ/ Printf-Style Debugging with Zero-Cost in Production Builds dlg provides a minimal API for printf-style debugging - a lightweight logger that completely vanishes from production builds while providing rich debugging capabilities during development. When built without the dlg tag, all logging calls disappear entirely from your binary, resulting in no runtime overhead. Why dlg? 🚀 True zero-cost abstraction - Logging calls completely disappear from production binaries - L