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