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