gitee.com/mirrors/goreporter@v0.0.0-20180902115603-df1b20f7c5d0/linters/staticcheck/staticcheck_test.go (about)

     1  package staticcheck
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func TestStaticCheck(t *testing.T) {
     8  	path := make(map[string]string, 0)
     9  	path["../../engine"] = "../../engine"
    10  	StaticCheck(path)
    11  }