github.com/neatio-net/neatio@v1.7.3-0.20231114194659-f4d7a2226baa/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) }