Versions in this module Expand all Collapse all v0 v0.1.0 May 31, 2023 Changes in this version + func Contains(value T, arr []T) bool + func CountLinesInFile(filePath string) (int, error) + func CreateFolder(dirPath string) error + func DeleteFolder(dirPath string) error + func Find(arr []T, value T) *T + func IsValidPath(path string) bool + func ReadLine(filename string, lineNumber int) (string, error)