godbg icon indicating copy to clipboard operation
godbg copied to clipboard

Go implementation of the Rust `dbg` macro

Results 2 godbg issues
Sort by recently updated
recently updated
newest added

We load and parse source every time the Dbg function is called. We can take advantage of Golang init() to load the source only once

Suggestion from [SonOfMotherDuck](https://www.reddit.com/user/SonOfMotherDuck) on reddit