February 2018
Intermediate to advanced
340 pages
9h 43m
English
The pipes between processes are the easy way to use the output of the first process as the input of other processes. The same concept could be done in Go, for example, to pipe data from one socket to another socket, to create the tunneled connection. This recipe will show you how to create the pipe with use of the Go built-in library.
Read now
Unlock full access