Versions in this module Expand all Collapse all v1 v1.0.1 Nov 14, 2022 v1.0.0 Nov 14, 2022 Changes in this version + const DirPerm + func Allocate(val T) *T + func CopyFile(srcFile, dstFile string) error + func CreateDirectory(path string) error + func DataToFile(filename string, data interface{}) error + func IsBinaryExist(name string) bool + func IsDirectoryExist(path string) (isExist bool, err error) + func IsFileExist(path string) bool + func RemoveDirectory(path string) error + func RemoveFile(file string) error + func VersionToInt(version string) (major, minor, patch, build int)