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