github.com/artisanhe/tools@v1.0.1-0.20210607022958-19a8fef2eb04/catgo/cat-go/cat/monitor_test.go (about)

     1  package cat
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func TestAddMonitorCollector(t *testing.T) {
     8  	AddMonitorCollector(nil)
     9  }