Documentation
¶
Index ¶
- func CleanDir(fpath string) error
- func CopyFile(dst, src string) (err error)
- func Dir(fpath string) string
- func FileExists(fpath string) bool
- func HomeDir() string
- func IsDir(fpath string) bool
- func IsEmpty(fpath string) bool
- func IsFile(fpath string) bool
- func IsSymlink(fpath string) bool
- func MkDirAll(fpath string) error
- func MustCopyDir(dst, src string) error
- func MustMkDir(fpath string) error
- func Name(fpath string) string
- func Owner(fpath string) (uid, gid int, err error)
- func PathExists(fpath string) bool
- func Scanner(file string) (*bufio.Scanner, error)
- func Tar(dst, src string) error
- func UnTar(dst, src string) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustCopyDir ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.