Skip to content

Commit

Permalink
set IgnoreCommas to Option type
Browse files Browse the repository at this point in the history
  • Loading branch information
fearful-symmetry committed Mar 18, 2024
1 parent d719738 commit b11a59e
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 b11a59e

Please sign in to comment.