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