0x4a52466c696e74 преди 4 месеца
родител
ревизия
36b2595b0c
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      fielder.go

+ 3 - 0
fielder.go

@@ -291,6 +291,9 @@ func FieldNames(s any) (FieldNamesList, error) {
 /////////////////////////////////////////////
 
 func OutFields(req IRequestIn, obj any, files RequestFiles, names ...any) IRequestOut {
+	if files == nil {
+		files = make(RequestFiles)
+	}
 	m, err := Fields(obj, files, names...)
 	if err != nil {
 		return req.OutError(err)