Skip to content

Commit 040a288

Browse files
committed
Go: Update comment to replace Go.mod with go.mod
1 parent 3721273 commit 040a288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/extractor/util/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ func FindAllFilesWithName(root string, name string, dirsToSkip ...string) []stri
320320
return paths
321321
}
322322

323-
// Returns an array of any Go source files in locations which do not have a Go.mod
323+
// Returns an array of any Go source files in locations which do not have a `go.mod`
324324
// file in the same directory or higher up in the file hierarchy, relative to the `root`.
325325
func GoFilesOutsideDirs(root string, dirsToSkip ...string) []string {
326326
result := []string{}

0 commit comments

Comments
 (0)