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