Skip to content

Commit b106bed

Browse files
committed
Merge branch 'hotfix/issue_89'
2 parents 3e3cda7 + 68952bc commit b106bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

encoding/encoder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ func isEmptyValue(v reflect.Value) bool {
157157
case reflect.Interface, reflect.Ptr:
158158
return v.IsNil()
159159
}
160-
e
160+
161161
return reflect.DeepEqual(v.Interface(), reflect.Zero(v.Type()).Interface())
162162
}
163163

0 commit comments

Comments
 (0)