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