github.com/serversong/goreporter@v0.0.0-20200325104552-3cfaf44fd178/linters/cyclo/cyclo_test.go (about)

     1  package cyclo
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func Test_Cyclo(t *testing.T) {
     8  	Cyclo("../copycheck")
     9  }