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

Marshal empty as null #9

Merged

Commits on Dec 6, 2018

  1. Support “null”

    This change adds support for marshaling and unmarshaling “null” and reflecting that the value is not present, rather than relying on the “zero” value
    Matt Wielbut committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    76ecfe5 View commit details
    Browse the repository at this point in the history
  2. Fix to specify {{ .VariableName }}

    Matt Wielbut committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    1c9da67 View commit details
    Browse the repository at this point in the history
  3. Add support for go modules

    Matt Wielbut committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    3cbdf26 View commit details
    Browse the repository at this point in the history
  4. Fix go mod path

    Matt Wielbut committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    ec18abf View commit details
    Browse the repository at this point in the history
  5. Update golden test

    Matt Wielbut committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    9632480 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. Remove go.mod per pull request

    Matt Wielbut committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    104550e View commit details
    Browse the repository at this point in the history