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