FormatBinary wraps global Bytes's FormatBinary function.
(value int64)
| 202 | |
| 203 | // FormatBinary wraps global Bytes's FormatBinary function. |
| 204 | func FormatBinary(value int64) string { |
| 205 | return global.FormatBinary(value) |
| 206 | } |
| 207 | |
| 208 | // FormatDecimal wraps global Bytes's FormatDecimal function. |
| 209 | func FormatDecimal(value int64) string { |
nothing calls this directly
no test coverage detected
searching dependent graphs…