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