dependtool first improvement
This commit is contained in:
parent
6d88b02718
commit
b9bcfb9710
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue