Versions in this module Expand all Collapse all v0 v0.6.1 Aug 17, 2024 v0.6.0 Aug 14, 2024 Changes in this version + func CheckIsDir(path string) bool + func CheckPathExist(path string) bool + func FindLineChunks(file *os.File, chunkSize int64) [][2]int64 + func FindLineChunksByOffset(file *os.File, offset, chunkSize int64) [][2]int64 + func ReadLineWithParallel(filename string, chunkSize int64, handlerFunc func(string), start ...int64) (n int64, err error) + func WriteToFile(filePath string, data []byte) error