(buf []byte)
| 105 | } |
| 106 | |
| 107 | func EncodeObjectComma(buf []byte) []byte { |
| 108 | return append(buf, ',') |
| 109 | } |
| 110 | |
| 111 | func EncodeObjectEnd(buf []byte) []byte { |
| 112 | return append(buf, '}') |
no outgoing calls
no test coverage detected
searching dependent graphs…