---
panlei
2019-06-25 41b20ac009fa308d9f744952a434afac2193e3fb
1
2
3
4
5
6
7
package insertdata
 
import "testing"
 
func TestInsertToEs(t *testing.T){
    InsertToEs()
}