I have an approach to solve the find prime number problem using Go like this:
package main import ( "fmt" ) func GenerateNatural() chan int {