google / gofuzz

Fuzz testing for go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we add support for unexported field?

yanzhoupan opened this issue · comments

Can we add the support for un-exported field in a struct? i.e. the field starts with a lowercase letter.

I added the feature and created a pr here: #63

PR merged, closing this issue