Documentation
¶
Overview ¶
plugins/wordcount/wordcount.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type WordCount ¶
type WordCount struct {
// contains filtered or unexported fields
}
WordCount is a simple plugin to count lines, words, and bytes.
func (*WordCount) Initialize ¶
Initialize is called when the plugin loads. We register our command here.
Click to show internal directories.
Click to hide internal directories.