Contains interfaces and methods for transforming data as it moves from a source to a sink.
Each transform must use a select statement to read and write data to its channels and check if context was cancelled to prevent goroutine leaks (learn more about goroutine leaks here).
Information for each transform is available in the GoDoc.