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