---
panlei
2019-07-05 30138186e43ebc373466d8c0bae01b5a350dbd48
1
2
3
4
5
6
7
package insertdata
 
import "testing"
 
func TestInsertToEs(t *testing.T){
    InsertToEs()
}