Spotlight archive

Guess the language.

Three lines, six guesses.

MODESpotlight0/6
Spotlight · ?.??
1select { case msg := <-ch: handle(msg)
2case <-time.After(2 * time.Second): return errors.New("timeout") }
3return nil
Keep going