Documentation
¶
Overview ¶
* * @Author: TheLife * @Date: 2020-3-27 6:59 下午 * 统计代码行数
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type StatisticsLine ¶
type StatisticsLine struct {
// the dir where souce file stored
RootPath string
// exclude these sub dirs
ExcludeDirs []string
// the suffix name you care
SuffixName string
// contains filtered or unexported fields
}
func (*StatisticsLine) Run ¶
func (s *StatisticsLine) Run() int
Click to show internal directories.
Click to hide internal directories.