Versions in this module Expand all Collapse all v0 v0.2.1 Sep 17, 2024 v0.2.0 Sep 17, 2024 Changes in this version type FileType + const FTRust v0.1.0 Sep 13, 2024 Changes in this version + var ErrFileNameIncorrect = errors.New("file name incorrect") + var ErrFilePathIncorrect = errors.New("file path incorrect") + func GetLayout(resultsChan chan<- Result, filePath string) + type FileType uint + const FTGo + const FTNone + const FTPython + const FTScala + type Result struct + Err error + FPath string + Results []string + func GetResults(fPaths []string) []Result