I64 converts int64 to slice of 8 bytes and back.
| 166 | |
| 167 | // I64 converts int64 to slice of 8 bytes and back. |
| 168 | type I64 struct{} |
| 169 | |
| 170 | // Encode converts int64 to slice of 8 bytes. |
| 171 | func (c I64) Encode(d interface{}) []byte { |
nothing calls this directly
no outgoing calls
no test coverage detected