MarshalText func
()
| 1042 | |
| 1043 | // MarshalText func |
| 1044 | func (CText) MarshalText() ([]byte, error) { |
| 1045 | return []byte(`"<&>"`), nil |
| 1046 | } |
| 1047 | |
| 1048 | // ErrGiveError generates error |
| 1049 | var ErrGiveError = errors.New("GiveError error") |
nothing calls this directly
no outgoing calls
no test coverage detected