Skip to content
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

Private field of unserializable type causes error #84

Open
mejedi opened this issue Jul 21, 2020 · 0 comments
Open

Private field of unserializable type causes error #84

mejedi opened this issue Jul 21, 2020 · 0 comments

Comments

@mejedi
Copy link

mejedi commented Jul 21, 2020

According to the docs, private fields are ignored. However if the field's type is something the library can't handle, an error is reported:

type M struct {
  Int int
  private interface{}
}

The error doesn't make sense IMO since the field is going to be ignored anyway.

Using struc:"skip" as the workaround currently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant