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

Add support for non-nullable nested messages. #21

Merged
merged 1 commit into from
Jun 19, 2015
Merged

Add support for non-nullable nested messages. #21

merged 1 commit into from
Jun 19, 2015

Commits on Jun 18, 2015

  1. Add support for non-nullable nested messages.

    Nested messages with "[(gogoproto.nullable) = false]" option are
    generated as structs, rather than pointers to structs. Add support for
    such struct values to populate parameter functionality.
    
    Add test case.
    
    Resolves #20.
    dmitshur committed Jun 18, 2015
    Configuration menu
    Copy the full SHA
    5797a5c View commit details
    Browse the repository at this point in the history