http urls monitor.

cache_test.go 102B

123456789101112
  1. package cache
  2. import (
  3. "os"
  4. "testing"
  5. )
  6. func TestMain(m *testing.M) {
  7. Init()
  8. os.Exit(m.Run())
  9. }