Skip to main content
eLearner.app
GO PIPELINE MAZE

Go Pipeline Maze

Configure channels and concurrent goroutines to route data through a dynamic maze.

Routing Section 1

The first level requires connecting an input channel to an output channel. Read the integer value from the read-only channel 'in' and send it directly to the write-only channel 'out'.

Maze Status

inout
Complete routing in each section to activate the main flow.

Stuck?

Learn the fundamental concepts in the Go course to solve this challenge.

Go Pipeline Verifier

Write Go code to route data through channels.

Loading editor…