github.com/neatlab/neatio@v1.7.3-0.20220425043230-d903e92fcc75/utilities/common/main_test.go (about)

     1  package common
     2  
     3  import (
     4  	"testing"
     5  
     6  	checker "gopkg.in/check.v1"
     7  )
     8  
     9  func Test(t *testing.T) { checker.TestingT(t) }