You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since 84b9bc9, StringToSliceHookFunc() only works when the target is a slice of strings. Previously, it worked for any slices, notably slices of int for example.
Hey!
Since 84b9bc9,
StringToSliceHookFunc()
only works when the target is a slice of strings. Previously, it worked for any slices, notably slices of int for example.Since
f
is a string value because of the first condition, the target has to be a slice of strings.I'll propose a PR shortly to fix that.
The text was updated successfully, but these errors were encountered: