http urls monitor.

interfaces.go 72B

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