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
the flag inline cannot be used because the code does not dereference the pointer.
Could I send a PR that check for the kind of the type, and dereference any pointer with Elem() for embedded fields ?
Thanks
EDIT: I read the existing PR too fast, and noticed this has already been mentionned here: #55
The text was updated successfully, but these errors were encountered:
yaml/yaml.go
Line 387 in f7e2331
Hello
For the given type
the flag
inline
cannot be used because the code does not dereference the pointer.Could I send a PR that check for the kind of the type, and dereference any pointer with
Elem()
for embedded fields ?Thanks
EDIT: I read the existing PR too fast, and noticed this has already been mentionned here: #55
The text was updated successfully, but these errors were encountered: