Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultDirMode = 0755 DefaultFileMode = 0644 )
Variables ¶
View Source
var ( ErrSkipFile = errors.New("skip file") ErrSkipDir = errors.New("skip dir") ErrIncompatibleFlags = errors.New("incompatible combination of flags") )
View Source
var ErrNotSupported = errors.New("not supported")
Functions ¶
Types ¶
type FlagsChmod ¶
type FlagsChmod uint
const ( ChmodChanges FlagsChmod = 1 << iota ChmodVerbose ChmodRecursive ChmodOnlyDirs ChmodOnlyFiles )
Click to show internal directories.
Click to hide internal directories.