We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d0cf6c commit 9ecf80bCopy full SHA for 9ecf80b
1 file changed
README.md
@@ -45,7 +45,7 @@ func main() {
45
46
time.Sleep(50 * time.Millisecond)
47
48
- for v := range rc.Out() {
+ for v := range rc.Out {
49
fmt.Println("Got:", v)
50
}
51
0 commit comments