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