package
Version:
v0.0.0-...-cd0bcf6
Opens a new window with list of versions in this module.
Published: Sep 9, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func CountCode(projectPath, except string) (fileCount, codeLines, commentLines, totalLines int)
type Commenter struct {
}
type LResult struct {
Name string
FileCount int
CodeLines int
BlankLines int
TotalLines int
}
TODO work properly with unicode
type Stats struct {
FileCount int
TotalLines int
CodeLines int
BlankLines int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.