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