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