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