跳转到主要内容
eLearner.app
GO PIPELINE MAZE

Go Pipeline Maze

配置通道和并发 goroutine 以通过动态迷宫路由数据。

Routing Section 1

第一级需要将输入通道连接到输出通道。从只读通道“in”读取整数值并将其直接发送到只写通道“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.

正在加载编辑器...