Skip to content

Commit

Permalink
add exported Options type
Browse files Browse the repository at this point in the history
  • Loading branch information
emar-kar committed Dec 13, 2023
1 parent 4ec0d83 commit b72a7df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions options.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ type (
optFunc func(*options)
matchFunc func(Templates, string) bool
caseFunc func(string) string

// Type to create custom slices of find options.
Options []optFunc
)

// options allows to configure Find behavior.
Expand Down

0 comments on commit b72a7df

Please sign in to comment.