Ejemplo n.º 1
0
func encodeString(out *seq.Buffer, v string) {
	out.WriteUTF16(v)
}