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