MarshalText val
()
| 1026 | |
| 1027 | // MarshalText val |
| 1028 | func (ValText) MarshalText() ([]byte, error) { |
| 1029 | return []byte(`"val"`), nil |
| 1030 | } |
| 1031 | |
| 1032 | // C implements Marshaler and returns unescaped JSON. |
| 1033 | type C int |
nothing calls this directly
no outgoing calls
no test coverage detected