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