Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeType ¶
type NodeType uint8
NodeType determines which node was encountered when walking the path
type Tendo ¶
type Tendo struct {
// contains filtered or unexported fields
}
Tendo is the struct which manages all of the packages in the specified Go project
func (*Tendo) DisplayTotals ¶
func (tendo *Tendo) DisplayTotals()
DisplayTotals calls GetTotals() and then displays the results to the console
func (*Tendo) Inspect ¶
func (tendo *Tendo) Inspect(path string, languageType LanguageType)
Inspect walks through all of the Go files specified in the path and counts the packages, structs and methods
Source Files ¶
Click to show internal directories.
Click to hide internal directories.