gopkg.in/goose.v2@v2.0.1/testservices/swiftservice/setup_test.go (about)

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