package untls import ( g "gobang" ) func test_Stub() { g.TAssertEqual(X, 1) } func MainTest() { test_Stub() }