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