Documentation ¶ Overview ¶ Write a program where two goroutines pass an integer back and forth ten times. Display when each goroutine receives the integer. Increment the integer with each pass. Once the integer equals ten, terminate the program cleanly. Source Files ¶ View all Source files exercise1.go Click to show internal directories. Click to hide internal directories.