Documentation
¶
Index ¶
Constants ¶
View Source
const ( BlockSpecialType fileType = "b" CharacterSpecialType fileType = "c" DirectoryType fileType = "d" FileType fileType = "f" LinkType fileType = "l" FIFOType fileType = "p" SocketType fileType = "s" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FollowSymlinksFlag ¶
type FollowSymlinksFlag bool
const ( FollowSymlinks FollowSymlinksFlag = true NoFollowSymlinks FollowSymlinksFlag = false )
func (FollowSymlinksFlag) Configure ¶
func (f FollowSymlinksFlag) Configure(flags *flags)
Click to show internal directories.
Click to hide internal directories.