We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e335f81 commit 880726fCopy full SHA for 880726f
1 file changed
types.go
@@ -335,10 +335,6 @@ type isZeroer interface {
335
336
var isZeroerType = reflect.TypeOf((*isZeroer)(nil)).Elem()
337
338
-func (e *Encoder) isEmptyValue(v reflect.Value) bool {
339
- return e.isEmptyValueHint(v, true)
340
-}
341
-
342
func (e *Encoder) isEmptyValueHint(v reflect.Value, maybeZeroer bool) bool {
343
kind := v.Kind()
344
0 commit comments