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!
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!