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

[Feature] Add nested struct/*struct and embedded struct #8

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Dec 30, 2019

  1. struct support

    Deepanshu Nagpal committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    a1d3b31 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. fix test cases

    Deepanshu Nagpal committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    c9fe8b0 View commit details
    Browse the repository at this point in the history
  2. struct test cases

    Deepanshu Nagpal committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    3a23592 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Add readme examples for nested structs

    Jake Smith committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    f501b7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99835ec View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into parse_struct_recursive

    Jake Smith committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    1f617df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bffbe0e View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Account for nil pointer structs and skip values

    Jake Smith committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    641326d View commit details
    Browse the repository at this point in the history
  2. Update go versions for testing

    Jake Smith committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    4051018 View commit details
    Browse the repository at this point in the history