
range over channels in go - Fibonacci example
Fibonacci. This sequence of numbers occurs in nature, and has many uses. > In a Fibonacci sequence, each number is equal to the previous two numbers added together. Fibonacci numbers are easily computed in modern programming languages. This computational task helps us learn about how a channel works in go and