Given this code:
package main import ( "fmt" "time" ) func first(quit chan error) { fmt.Println("1") for { select