예제 #1
0
func TestMain(m *testing.M) {
	log.MainTest(m)
}
예제 #2
0
func TestMain(m *testing.M) {
	o = bufio.NewWriter(&b)
	out = o
	log.MainTest(m)
}