String contains the given interface object slice and its format.
| 49 | |
| 50 | // String contains the given interface object slice and its format. |
| 51 | type String struct { |
| 52 | Format string |
| 53 | Data []interface{} |
| 54 | } |
| 55 | |
| 56 | var plainContentType = "text/plain; charset=utf-8" |
| 57 |
nothing calls this directly
no outgoing calls
no test coverage detected