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