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