(val reflect.Value)
| 369 | } |
| 370 | |
| 371 | func UserStrValue(val reflect.Value) string { |
| 372 | return strIndentValue(val, "", "", "", `"`) |
| 373 | } |
| 374 | |
| 375 | func UserStrStripped(val interface{}) string { |
| 376 | return TrimPrefixAndSuffix(UserStr(val), `"`) |
no test coverage detected