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