handle null to nil conversion
Previously, calling a Go function with null would cause a panic.
Instead, convert null to nil.
null to nil conversion
Previously, calling a Go function with null would cause a panic.
Instead, convert null to nil.