Ejemplo n.º 1
0
func produce(buffer *tunnel.LinkBuffer) {
	for i := 0; i < len(input); i++ {
		buffer.Put([]byte(input[i : i+1]))
	}
}