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