Documentation ¶
Index ¶
- func Copy(src string, dst string) error
- func Entropy(path string) (float64, error)
- func Exists(src string) bool
- func FileAnalyzer(path string)
- func GetContent(src string) (string, error)
- func HashMD5(path string) (string, error)
- func HashSHA1(path string) (string, error)
- func HashSHA256(path string) (string, error)
- func HashSHA512(path string) (string, error)
- func IsDir(src string) (bool, error)
- func IsFile(src string) (bool, error)
- func Move(src string, dst string) error
- func WriteContent(filename string, text string) error
- type FileInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FileAnalyzer ¶
func FileAnalyzer(path string)
func GetContent ¶
func WriteContent ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.