package server import ( "fmt" "testing" ) func TestName(t *testing.T) { t.Logf("step: %v", fmt.Sprintf("aa %v bb", []string{"1", "2"})) }