Versions in this module Expand all Collapse all v0 v0.0.1 Oct 23, 2017 Changes in this version + func DisableLogging() + func EnableLogging() + type DirResult struct + Files []FileResult + Name string + Subdirs DirResults + Summary map[string]int + func CountLoc(root string) DirResult + type DirResults []DirResult + type FileResult struct + Loc map[string]int + Name string + type LocCounter struct + func NewLocCounter(file *os.File, ext string) (lc *LocCounter, err error) + func (lc *LocCounter) Count() (int, error)