Documentation ¶ Index ¶ Constants func Abs(wd, p string) string func AllowOwnerExec(mode os.FileMode) os.FileMode func Copy(fs afero.Fs, src, dst string) error func Ext(s, version string) string func IsOwnerExecutable(mode os.FileMode) bool func MkdirAll(fs afero.Fs, p string) error Constants ¶ View Source const ( FilePermission os.FileMode = 0o644 ) Variables ¶ This section is empty. Functions ¶ func Abs ¶ func Abs(wd, p string) string func AllowOwnerExec ¶ func AllowOwnerExec(mode os.FileMode) os.FileMode func Copy ¶ func Copy(fs afero.Fs, src, dst string) error func Ext ¶ func Ext(s, version string) string func IsOwnerExecutable ¶ func IsOwnerExecutable(mode os.FileMode) bool func MkdirAll ¶ func MkdirAll(fs afero.Fs, p string) error Types ¶ This section is empty. Source Files ¶ View all Source files abs.go const.go copy.go exec_perm.go ext.go mkdir.go Click to show internal directories. Click to hide internal directories.