Skip to content

arthurgustin/godepth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

This work was mainly inspired by github.com/fzipp/gocyclo

godepth

Count the maxdepth of go functions

examples:

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

history

One of my use case was to test the deepness of go functions for code reviews. I didn't find any tools that fulfill the requirement.

About

Count the maxdepth of go functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages