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