We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04650cf commit 49adb68Copy full SHA for 49adb68
parser.go
@@ -275,7 +275,7 @@ func SetExcludedDirsAndFiles(excludes string) func(*Parser) {
275
}
276
277
278
-// SetExcludedDirsAndFiles sets directories and files to be excluded when searching.
+// SetPackagePrefix sets directories and files to be excluded when searching.
279
func SetPackagePrefix(packagePrefix string) func(*Parser) {
280
return func(p *Parser) {
281
for _, f := range strings.Split(packagePrefix, ",") {
0 commit comments