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