infobloxopen / atlas-app-toolkit

This repository provides common Go utilities and helpers that are reusable from project-to-project. The goal is to prevent code duplication by encouraging teams to use and contribute to toolkit libraries. The toolkit is not a framework. Rather, it is a set of (mostly gRPC-related) plugins and helpers.
Apache License 2.0
99 stars 115 forks source link

Cherry pick fix for panic `reflect.Value.Interface on zero value` #397

Closed davidhankins closed 7 months ago

davidhankins commented 8 months ago

This PR is a cherry-pick of PR #396 to the v0.25 branch:

git checkout tags/v0.25.4
git checkout -b cherry_pick_filter_nil
git cherry-pick 7670b4b57984186272ab7039733dff3da333b5fd

There were no conflicts to resolve.

davidhankins commented 8 months ago

please rebuild

davidhankins commented 8 months ago

oh that is probably the golang version difference