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