Bytes is a data type which supports use as a flag and yaml serialization/deserialization with units.
| 11 | // Bytes is a data type which supports use as a flag and yaml |
| 12 | // serialization/deserialization with units. |
| 13 | type Bytes uint64 |
| 14 | |
| 15 | // String implements flag.Value |
| 16 | func (b *Bytes) String() string { |
no outgoing calls
no test coverage detected