(dst []byte, j []byte)
| 22 | } |
| 23 | |
| 24 | func appendJSON(dst []byte, j []byte) []byte { |
| 25 | return cbor.AppendEmbeddedJSON(dst, j) |
| 26 | } |
| 27 | func appendCBOR(dst []byte, c []byte) []byte { |
| 28 | return cbor.AppendEmbeddedCBOR(dst, c) |
| 29 | } |
no test coverage detected