Int converts int to slice of bytes and back.
| 7 | |
| 8 | // Int converts int to slice of bytes and back. |
| 9 | type Int struct{} |
| 10 | |
| 11 | // Encode converts int to slice of bytes. |
| 12 | func (c Int) Encode(d interface{}) []byte { |
nothing calls this directly
no outgoing calls
no test coverage detected