package main import ( "testing" check "gopkg.in/check.v1" ) func TestGocheck(t *testing.T) { check.TestingT(t) }