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
There is a PR on strcase (ettle/strcase#13) about this topic but it doesn't fix the problem with all cases (ex: VirtualIPv4 in kebab or snake case result in virtual-i-pv4 or virtual_i_pv4).
Prepare a structure like this:
golangci-lint prints an error like this:
The desired snake case is "virtual_ipv4" in this case.
However, as you can see, tagliatelle is requesting to separate the "i" and "p" as "virtual_i_pv4".
In this case, it is desirable to output as "virtual_ipv4".
Or is "IPv4" "Ipv4" ?!
The text was updated successfully, but these errors were encountered: