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