main
Command gennest generates the nestwire test package: a singular nested object (Outer carrying an Inner that itself has a string tail).
import "github.com/luxfi/zap/v1/codegen/cmd/gennest"Command gennest generates the nestwire test package: a singular nested object (Outer carrying an Inner that itself has a string tail). It is the nested-field peer of the one-off that produced testpkg/listwire, and proves the codegen's WriteNested/NestedAt emission round-trips on the wire (see testpkg/nestwire/roundtrip_test.go).