package hikvoice import( "testing" "fmt" ) func TestMain(m *testing.M) { fmt.Println("begin") r := SendVoice("192.168.5.35", "admin", "a1234567", "/media/basic/cdbfb548-3100-4738-b9c1-0a7e1e002170/workspace/goproject/src/hicvoice/8k_1_16.g711a") fmt.Println("end ", r) }