package main import ( "log" "testing" ) func TestMain(t *testing.T) { log.SetFlags(log.Llongfile) main() }