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