diff --git a/fields.go b/fields.go index 0ea28bd..24d0166 100644 --- a/fields.go +++ b/fields.go @@ -210,8 +210,6 @@ func typeFields(t reflect.Type) []field { } } - sort.Sort(byName(fields)) - // Delete all fields that are hidden by the Go rules for embedded fields, // except that fields with JSON tags are promoted.