Documentation ¶
Index ¶
- func Contains[T comparable](value T, arr []T) bool
- func CountLinesInFile(filePath string) (int, error)
- func CreateFolder(dirPath string) error
- func DeleteFolder(dirPath string) error
- func Find[T comparable](arr []T, value T) *T
- func IsValidPath(path string) bool
- func ReadLine(filename string, lineNumber int) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Contains ¶
func Contains[T comparable](value T, arr []T) bool
func CountLinesInFile ¶
func CreateFolder ¶
func DeleteFolder ¶
func Find ¶
func Find[T comparable](arr []T, value T) *T
func IsValidPath ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.