zed
zed copied to clipboard
improve implementation of marshaling zson net.IP values
Fix zson marshaling of Go net.IP values to avoid a round-trip through a string rep. It's not obvious and easy how to do this (see thread in #3991) though it's not all that important right now.