github.com/autopp/dedebugo


License
Apache-2.0
Install
go get github.com/autopp/dedebugo

Documentation

dedebugo

dedebugo reports debug print in your Go code.

Usage

Run it at root directory of your Go project:

$ dedebugo .

It reports following function calls in your Go code:

  • fmt.Print
  • fmt.Printf
  • fmt.Println

License

Apache License 2.0