(field FieldInfo)
| 88 | } |
| 89 | |
| 90 | func formatFieldType(field FieldInfo) string { |
| 91 | return formatGoType(field.Type) |
| 92 | } |
| 93 | |
| 94 | // formatGoType converts a Go type to its string representation |
| 95 | func formatGoType(t types.Type) string { |
no test coverage detected