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

Rft: remove NilAsNullFunc #48

Merged
merged 1 commit into from
Oct 28, 2021
Merged

Rft: remove NilAsNullFunc #48

merged 1 commit into from
Oct 28, 2021

Commits on Oct 28, 2021

  1. Rft: remove NilAsNullFunc

    I think `NilAsNullFunc` is not a good abstraction. So I introduce two
    concepts:
    1. zero value
    2. nil value
    
    But zero value is not the same as reflect.IsZero because the zero value
    in EQL doesn't contain nil value
    flycash committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    c09c9ee View commit details
    Browse the repository at this point in the history