dependtool first improvement

This commit is contained in:
Rob1103 2022-11-05 20:25:13 +01:00
parent 6d88b02718
commit b9bcfb9710

View file

@ -196,7 +196,7 @@ func executeDependAptCache(programName string, data *u.StaticData,
// findSourcesFiles puts together all C/C++ source files found in a given application folder. // findSourcesFiles puts together all C/C++ source files found in a given application folder.
// //
// It returns a slice containing the found source file names and an error if any. Otherwise, it // It returns a slice containing the found source file names and an error if any, otherwise it
// returns nil. // returns nil.
func findSourcesFiles(workspace string) ([]string, error) { func findSourcesFiles(workspace string) ([]string, error) {