(buf []byte)
| 97 | } |
| 98 | |
| 99 | func EncodeObjectBegin(buf []byte) []byte { |
| 100 | return append(buf, '{') |
| 101 | } |
| 102 | |
| 103 | func EncodeObjectColon(buf []byte) []byte { |
| 104 | return append(buf, ':') |
no outgoing calls
no test coverage detected
searching dependent graphs…