Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 277 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 277 Bytes

A port of Rust's dbg! macro to Go:

dbg.Dbg(a, b, c)
// a = (int) 5, b = (string) "hello", c = (bool) true

For more information see the package documentation.

Licensed under the MIT License, Contributions welcome!