Documentation ¶
Index ¶
- Constants
- func ComputeFileHexdigest(filePath string) (string, error)
- func GetBaseName(fileName string) string
- func GetDirName(filePath string) string
- func GetPkgCacheDir() (string, error)
- func GetRootDir() (string, error)
- func OpenZipFile(source string, fpath string) ([]byte, error)
- func UnzipToFS(source string, destination string) ([]string, error)
- func WalkDir(root, ext string) []string
Constants ¶
View Source
const ( AppEnvironVar = "CTIROOT" AppUserDir = ".cti" )
Variables ¶
This section is empty.
Functions ¶
func ComputeFileHexdigest ¶
func GetBaseName ¶
GetBaseName Get filename without extension.
func GetDirName ¶
func GetPkgCacheDir ¶
func GetRootDir ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.