1 package main_test 2 3 import "testing" 4 5 func Test(t *testing.T) { 6 t.Log("Hum, it seems okay.") 7 } 8
View as plain text