import "google.golang.org/protobuf/internal/descfmt"
Package descfmt provides functionality to format descriptors.
stringer.go
func FormatDesc(s fmt.State, r rune, t protoreflect.Descriptor)
func FormatList(s fmt.State, r rune, vs list)
func InternalFormatDescOptForTesting(t protoreflect.Descriptor, isRoot, allowMulti bool, record func(string)) string