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