String contains the given interface object slice and its format.
| 13 | |
| 14 | // String contains the given interface object slice and its format. |
| 15 | type String struct { |
| 16 | Format string |
| 17 | Data []any |
| 18 | } |
| 19 | |
| 20 | var plainContentType = []string{"text/plain; charset=utf-8"} |
| 21 |
nothing calls this directly
no outgoing calls
no test coverage detected