String16 converts uint16 to slice of 2 bytes and back.
| 75 | |
| 76 | // String16 converts uint16 to slice of 2 bytes and back. |
| 77 | type String16 struct{} |
| 78 | |
| 79 | // Encode converts uint16 to slice of 2 bytes. |
| 80 | func (s String16) Encode(d interface{}) []byte { |
nothing calls this directly
no outgoing calls
no test coverage detected