(val interface{})
| 361 | } |
| 362 | |
| 363 | func ObjFlatNoQuotes(val interface{}) string { |
| 364 | return strIndent(val, "", "", "", "") |
| 365 | } |
| 366 | |
| 367 | func UserStr(val interface{}) string { |
| 368 | return strIndent(val, "", "", "", `"`) |
nothing calls this directly
no test coverage detected