Skip to content

Commit

Permalink
set IgnoreCommas to Option type (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
fearful-symmetry authored Mar 18, 2024
1 parent d719738 commit 5edd2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opts.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func StructTag(tag string) Option {
}
}

var IgnoreCommas = doIgnoreCommas
var IgnoreCommas Option = doIgnoreCommas

func doIgnoreCommas(o *options) {
o.ignoreCommas = true
Expand Down

0 comments on commit 5edd2c2

Please sign in to comment.