Documentation ¶
Index ¶
Constants ¶
View Source
const ( Lines = 1 << iota // count lines Words // count words Chars // count chars Bytes // count bytes MaxLength // find max line length )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Counter ¶
type Counter struct { TabWidth int64 // contains filtered or unexported fields }
func NewCounter ¶
Click to show internal directories.
Click to hide internal directories.