Documentation
¶
Index ¶
- func CleanupTempFile(file *os.File)
- func ConvertPathPatternToUnix(pattern string) string
- func ConvertPathToUnix(windowsPath string) string
- func CreateTarGzFile(filesDir string, filePaths []string, file io.Writer) error
- func DownloadAndExtractTarFile(url string, outputDir string, specificFileName string) ([]string, error)
- func ExtractTarGzFile(file io.Reader, outputDir string, specificFileName string) ([]string, error)
- func GetFileChecksum(file io.Reader) (string, error)
- func OpenLink(link string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanupTempFile ¶
func ConvertPathPatternToUnix ¶ added in v0.0.83
Convert only the path separators (backslashes) to forward slashes while preserving escape sequences.
func ConvertPathToUnix ¶ added in v0.0.82
func CreateTarGzFile ¶
func ExtractTarGzFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.