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