-
Notifications
You must be signed in to change notification settings - Fork 388
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg/selectors: deduplicate generic type arguments
There are two versions of the same generic type arguments currently in use. This patch unifies them by bringing all arguments into the pkg/generictypes/generictypes.go class. Fixes: #530 Signed-off-by: Luigi De Matteis <[email protected]>
- Loading branch information
1 parent
92dbc44
commit b0d041c
Showing
3 changed files
with
104 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters