U64 converts uint64 to slice of 8 bytes and back.
| 70 | |
| 71 | // U64 converts uint64 to slice of 8 bytes and back. |
| 72 | type U64 struct{} |
| 73 | |
| 74 | // Encode converts uint64 to slice of 8 bytes. |
| 75 | func (c U64) Encode(d interface{}) []byte { |
nothing calls this directly
no outgoing calls
no test coverage detected