Documentation ¶ Overview ¶ Write a program that uses goroutines to generate up to 100 random numbers. Do not send values that are divisible by 2. Have the main goroutine receive values and add them to a slice. Source Files ¶ View all Source files template3.go Click to show internal directories. Click to hide internal directories.