package
1.0.0
Repository: https://github.com/alphayan/goreporter.git
Documentation: pkg.go.dev

# README

godepth

Count the maxdepth of go functions. It's helpful to see if a function needs to be splitted into several smaller functions, for readability purpose.

To install, run

$ go get github.com/arthurgustin/godepth

examples:

$ godepth .
$ godepth -over 3
$ godepth -avg