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