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