-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect pointer to interface
#2
Comments
Without the This is a know limitation. If you have a better way to handle this case, I would be very happy to accept your contribution!! |
Meant why only for return t[1:] |
We cannot disable all You can disable the |
Not ALL |
This behavior wasn't planned, was it? |
@d-enk not planned indeed, and it seems that the previous commit changed the behavior TBH, I have no opinion on this. About samber/do, I don't think it makes any difference, since |
You are confused here Line 45 in 668e292
After 1.3.0 there will be |
Yes, this is why I listed this in the "not supported yet" section. I just updated the readme to make it clearer. |
OK. I'll add an explanation of reason here too. Just type I interface {
// ...
} The same type as any other (in the context of this package) |
go-type-to-string/converter.go
Lines 31 to 32 in 810c395
Why?
The text was updated successfully, but these errors were encountered: