Skip to content

Commit

Permalink
Channel broadcaster: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rg0now committed Aug 28, 2024
1 parent d54dddf commit 4fb0da1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 22-goroutines/02-channel-broadcast/.README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Channel Multiplexer
# Channel Broadcaster

Write a function that broadcasts the content of an input channel to multiple output channels. The function should have the following signature:

Expand Down
2 changes: 1 addition & 1 deletion 22-goroutines/02-channel-broadcast/exercise.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package channelmultiplexer
package channelbroadcaster

// DO NOT REMOVE THIS COMMENT
//go:generate go run ../../exercises-cli.go -student-id=$STUDENT_ID generate
Expand Down
2 changes: 1 addition & 1 deletion 22-goroutines/02-channel-broadcast/exercise.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
name: channelmultiplexer
name: channelbroadcaster

0 comments on commit 4fb0da1

Please sign in to comment.