gitee.com/wgliang/goreporter@v0.0.0-20180902115603-df1b20f7c5d0/linters/simplecode/gosimple_test.go (about)

     1  package simplecode
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func Test_Simple(t *testing.T) {
     8  	Simple(map[string]string{"./testdata": "./testdata"})
     9  }