예제 #1
0
func snappyEncode(dst, src []byte) []byte { return snappy.Encode(dst, src) }
예제 #2
0
func snappyEncode(dst, src []byte) ([]byte, error) { return snappy.Encode(dst, src) }