Binary is the Value that represents a raw binary data
| 683 | |
| 684 | // Binary is the Value that represents a raw binary data |
| 685 | type Binary []byte |
| 686 | |
| 687 | // String converts Binary value to string |
| 688 | func (v Binary) String() string { |
no outgoing calls
no test coverage detected