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