Documentation
¶
Index ¶
Constants ¶
View Source
const ( SizeFormat = "Folder size is: %d bytes.\n" SizeRawFormat = "%d\n" )
View Source
const ( FileCountFormat = "Folder contains: %d files.\n" FileCountRawFormat = "%d\n" )
View Source
const ( LineCountFormat = "Folder contains: %d lines.\n" LineCountRawFormat = "%d\n" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DirSizeOpts ¶
type FileCountOpts ¶
type LineCountOpts ¶
type LineCountOpts struct {
Raw bool
}
Click to show internal directories.
Click to hide internal directories.