http urls monitor.

12345678
  1. package manners
  2. type waitGroup interface {
  3. Add(int)
  4. Done()
  5. Wait()
  6. }