Versions in this module Expand all Collapse all v0 v0.0.3 May 31, 2024 Changes in this version + var PathSeparator = fmt.Sprintf("%c", os.PathSeparator) + func CacheDir() string + func IsBinary(content dio.ReadSeekerAt, fileSize int64) (bool, error) + func IsCommandAvailable(name string) bool + func IsExecutable(fileInfo os.FileInfo) bool + func IsGzip(f *bufio.Reader) bool + func Keys(m map[string]struct{}) []string + func StringInSlice(a string, list []string) bool