I8 converts int8 to slice of 1 byte and back.
| 2 | |
| 3 | // I8 converts int8 to slice of 1 byte and back. |
| 4 | type I8 struct{} |
| 5 | |
| 6 | // Encode converts int8 to slice of 1 byte. |
| 7 | func (c I8) Encode(d interface{}) []byte { |
nothing calls this directly
no outgoing calls
no test coverage detected