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