Skip to content

Commit

Permalink
fix: add group method to EngineFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev authored Feb 26, 2020
1 parent 67474ce commit c500ff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dorkgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ type EngineFactory interface {
Related(string) *GoogleSearch
Ext(string) *GoogleSearch
Exclude(string) *GoogleSearch
Group(string) *GoogleSearch
}

0 comments on commit c500ff3

Please sign in to comment.