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 Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Depth(packagePath string) ([]string, string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Depth ¶ func Depth(packagePath string) ([]string, string) Types ¶ This section is empty. Source Files ¶ View all Source files godepth.go Click to show internal directories. Click to hide internal directories.