package main import "testing" func TestDemo(t *testing.T) { t.Log("Hello, test.") }