Format wraps global Bytes's Format function.
(value int64)
| 197 | |
| 198 | // Format wraps global Bytes's Format function. |
| 199 | func Format(value int64) string { |
| 200 | return global.Format(value) |
| 201 | } |
| 202 | |
| 203 | // FormatBinary wraps global Bytes's FormatBinary function. |
| 204 | func FormatBinary(value int64) string { |
searching dependent graphs…