1
2
3
4
5
6
7
8
9
10
11
12
| 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)
| }
|
|