Skip to content

Commit c500ff3

Browse files
authored
fix: add group method to EngineFactory
1 parent 67474ce commit c500ff3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dorkgen.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ type EngineFactory interface {
1313
Related(string) *GoogleSearch
1414
Ext(string) *GoogleSearch
1515
Exclude(string) *GoogleSearch
16+
Group(string) *GoogleSearch
1617
}

0 commit comments

Comments
 (0)