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