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